Method LibLLVMIsConstantZeroValue
LibLLVMIsConstantZeroValue(LLVMValueRef)
Tests if a value is the constant zero form of the value
Declaration
public static bool LibLLVMIsConstantZeroValue(LLVMValueRef valueRef)
Parameters
public static bool LibLLVMIsConstantZeroValue(LLVMValueRef valueRef)
LLVMValueRef | valueRef | Value to test |
Returns
Boolean | true if the value is the constant 0 |