Searched refs:LLVMConstPointerNull (Results 1 – 4 of 4) sorted by relevance
1376 LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty);
447 external const_pointer_null : lltype -> llvalue = "LLVMConstPointerNull"
721 LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty) { in LLVMConstPointerNull() function
740 func ConstPointerNull(t Type) (v Value) { v.C = C.LLVMConstPointerNull(t.C); return }