Home
last modified time | relevance | path

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

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