Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3819 Instruction *XShift, *MaybeTruncation, *YShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3822 m_c_And(m_CombineAnd(m_AnyLogicalShift, m_Instruction(XShift)), in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3833 Instruction *NarrowestShift = XShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3843 std::swap(XShift, YShift); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3846 auto XShiftOpcode = XShift->getOpcode(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3851 match(XShift, m_BinOp(m_Value(X), m_ZExtOrSelf(m_Value(XShAmt)))); in foldShiftIntoShiftInAnotherHandOfAndInICmp()