Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4730 Instruction *WidestShift = YShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4735 Type *WidestTy = WidestShift->getType(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4815 if (HadTrunc && match(WidestShift, m_LShr(m_Value(), m_Value()))) { in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4817 WidestShift]() { in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4842 if (auto *C = dyn_cast<Constant>(WidestShift->getOperand(0))) { in foldShiftIntoShiftInAnotherHandOfAndInICmp()