Searched refs:LLVMConstPointerCast (Results 1 – 4 of 4) sorted by relevance
1731 LLVMValueRef LLVMConstPointerCast(LLVMValueRef ConstantVal,
556 = "LLVMConstPointerCast"
1253 LLVMValueRef LLVMConstPointerCast(LLVMValueRef ConstantVal, in LLVMConstPointerCast() function
905 func ConstPointerCast(v Value, t Type) (rv Value) { rv.C = C.LLVMConstPointerCast(v.C, t.C); return…