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/
H A DCore.h1955 LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml577 external const_pointer_null : lltype -> llvalue = "LLVMConstPointerNull"
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1126 LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty) { in LLVMConstPointerNull() function