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