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