Searched defs:getICmp (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 966 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { foldICmpShrConstConst() local |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 2320 Constant *ConstantExpr::getICmp(unsigned short pred, Constant *LHS, getICmp() function in ConstantExpr |