Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2199 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c981 return LLVMConstICmp(Int_val(Pred) + LLVMIntEQ, LHSConstant, RHSConstant); in llvm_const_icmp()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1633 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, in LLVMConstICmp() function