Searched refs:LLVMConstPtrToInt (Results 1 – 7 of 7) sorted by relevance
658 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1785 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
570 external const_ptrtoint : llvalue -> lltype -> llvalue = "LLVMConstPtrToInt"
468 external const_ptrtoint : llvalue -> lltype -> llvalue = "LLVMConstPtrToInt"
925 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt() function
1317 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt() function
898 func ConstPtrToInt(v Value, t Type) (rv Value) { rv.C = C.LLVMConstPtrToInt(v.C, t.C); return }