Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4223 Instruction *NarrowestShift = XShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4226 Type *NarrowestTy = NarrowestShift->getType(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4256 !NarrowestShift->getOperand(1)->hasOneUse()) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4306 auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4321 if (auto *C = dyn_cast<Constant>(NarrowestShift->getOperand(0))) { in foldShiftIntoShiftInAnotherHandOfAndInICmp()