Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3778 Instruction *XShift, *MaybeTruncation, *YShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3781 m_c_And(m_CombineAnd(m_AnyLogicalShift, m_Instruction(XShift)), in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3792 Instruction *NarrowestShift = XShift; in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3802 std::swap(XShift, YShift); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3805 auto XShiftOpcode = XShift->getOpcode(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3810 match(XShift, m_BinOp(m_Value(X), m_ZExtOrSelf(m_Value(XShAmt)))); in foldShiftIntoShiftInAnotherHandOfAndInICmp()