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