Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3833 Instruction *NarrowestShift = XShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3836 Type *NarrowestTy = NarrowestShift->getType(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3866 !NarrowestShift->getOperand(1)->hasOneUse()) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3911 auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3926 if (auto *C = dyn_cast<Constant>(NarrowestShift->getOperand(0))) { in foldShiftIntoShiftInAnotherHandOfAndInICmp()