Home
last modified time | relevance | path

Searched refs:LLVMIsNull (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp353 if (LLVMIsNull(Cst)) { in clone_constant_impl()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1949 LLVMBool LLVMIsNull(LLVMValueRef Val);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c772 value llvm_is_null(LLVMValueRef Val) { return Val_bool(LLVMIsNull(Val)); } in llvm_is_null()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1112 LLVMBool LLVMIsNull(LLVMValueRef Val) { in LLVMIsNull() function