Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4503 Instruction *XShift, *MaybeTruncation, *YShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4506 m_c_And(m_CombineAnd(m_AnyLogicalShift, m_Instruction(XShift)), in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4517 Instruction *NarrowestShift = XShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4527 std::swap(XShift, YShift); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4530 auto XShiftOpcode = XShift->getOpcode(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4535 match(XShift, m_BinOp(m_Value(X), m_ZExtOrSelf(m_Value(XShAmt)))); in foldShiftIntoShiftInAnotherHandOfAndInICmp()