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