Searched refs:foldICmpAddOpConst (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h934 Instruction *foldICmpAddOpConst(Value *X, const APInt &C,
H A DInstCombineCompares.cpp1102 Instruction *InstCombiner::foldICmpAddOpConst(Value *X, const APInt &C, function in class:InstCombiner
5733 return foldICmpAddOpConst(X, *C, I.getPredicate());
5737 return foldICmpAddOpConst(X, *C, I.getSwappedPredicate());

Completed in 127 milliseconds