Lines Matching defs:Or1
2886 Instruction *Or0, *Or1;
2888 !match(Or.getOperand(1), m_Instruction(Or1)))
2896 if (isa<BinaryOperator>(Or0) && isa<BinaryOperator>(Or1)) {
2900 !match(Or1,
2902 Or0->getOpcode() == Or1->getOpcode())
2907 std::swap(Or0, Or1);
2912 Or1->getOpcode() == BinaryOperator::LShr &&
2990 } else if (isa<ZExtInst>(Or0) || isa<ZExtInst>(Or1)) {
3002 if (!isa<ZExtInst>(Or1))
3003 std::swap(Or0, Or1);
3011 if (!match(Or1, m_ZExt(m_Value(Low))) ||
3031 if (!match(X, m_Shl(m_Specific(Or1), m_APInt(ZextLowShlAmt))) ||