Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp341 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1772 LLVMBool LLVMIsUndef(LLVMValueRef Val);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c775 value llvm_is_undef(LLVMValueRef Val) { return Val_bool(LLVMIsUndef(Val)); } in llvm_is_undef()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1118 LLVMBool LLVMIsUndef(LLVMValueRef Val) { in LLVMIsUndef() function