Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1767 LLVMBool LLVMIsConstant(LLVMValueRef Val);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c768 return Val_bool(LLVMIsConstant(Val)); in llvm_is_constant()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1108 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant() function