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.cpp4733 Instruction *NarrowestShift = XShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4736 Type *NarrowestTy = NarrowestShift->getType(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4766 !NarrowestShift->getOperand(1)->hasOneUse()) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4816 auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4831 if (auto *C = dyn_cast<Constant>(NarrowestShift->getOperand(0))) { in foldShiftIntoShiftInAnotherHandOfAndInICmp()