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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h981 Instruction *foldICmpShrConstConst(ICmpInst &I, Value *ShAmt, const APInt &C1,
H A DInstCombineCompares.cpp1152 Instruction *InstCombiner::foldICmpShrConstConst(ICmpInst &I, Value *A, function in class:InstCombiner
2199 return foldICmpShrConstConst(Cmp, Shr->getOperand(1), C, *ShiftVal);

Completed in 98 milliseconds