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