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/
DCore.h2199 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate,
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c981 return LLVMConstICmp(Int_val(Pred) + LLVMIntEQ, LHSConstant, RHSConstant); in llvm_const_icmp()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp1633 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, in LLVMConstICmp() function