Searched refs:LLVMConstPtrToInt (Results 1 – 4 of 4) sorted by relevance
1722 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
546 external const_ptrtoint : llvalue -> lltype -> llvalue = "LLVMConstPtrToInt"
1214 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt() function
896 func ConstPtrToInt(v Value, t Type) (rv Value) { rv.C = C.LLVMConstPtrToInt(v.C, t.C); return }