Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Op2

2871               Op2 = N->getOperand(SVN->getMaskElt(1) < 2 ? 0 : 1);
2880 if (Op1 == Op2 && DM[0] == 0 && DM[1] == 0 &&
2900 std::swap(Op1, Op2);
2908 SDValue Ops[] = { Op1, Op2, DMV };
3480 SDNode *Op2 = User->getOperand(2).getNode();
3481 if (!Op2->isMachineOpcode())
3484 if (Op2->getMachineOpcode() != PPC::LI &&
3485 Op2->getMachineOpcode() != PPC::LI8)
3488 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op2->getOperand(0));