Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp503 Value *Or0, *Or1; in narrowRotate() local
504 if (!match(Trunc.getOperand(0), m_OneUse(m_Or(m_Value(Or0), m_Value(Or1))))) in narrowRotate()
509 !match(Or1, m_OneUse(m_LogicalShift(m_Specific(ShVal), m_Value(ShAmt1))))) in narrowRotate()
513 auto ShiftOpcode1 = cast<BinaryOperator>(Or1)->getOpcode(); in narrowRotate()