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