Method LLVMConstZExtOrBitCast
LLVMConstZExtOrBitCast(LLVMValueRef, LLVMTypeRef)
TODO: Provide summary for Function LLVMConstZExtOrBitCast
Declaration
public static LLVMValueRef LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)
Parameters
public static LLVMValueRef LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)
LLVMValueRef | ConstantVal | TODO: Provide details of parameter ConstantVal |
LLVMTypeRef | ToType | TODO: Provide details of parameter ToType |
Returns
LLVMValueRef | TODO: Document return value |