Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1715 LLVMBool LLVMIsConstant(LLVMValueRef Val);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c769 return Val_bool(LLVMIsConstant(Val)); in llvm_is_constant()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go808 func (v Value) IsConstant() bool { return C.LLVMIsConstant(v.C) != 0 }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1077 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant() function