Home
last modified time | relevance | path

Searched refs:LLVMConstPointerNull (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1955 LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml577 external const_pointer_null : lltype -> llvalue = "LLVMConstPointerNull"
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp1126 LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty) { in LLVMConstPointerNull() function