Lines Matching defs:Op0Op1
612 SDValue Op0Op1 = Op0->getOperand(1);
627 IfSet = Op0Op1;
639 // If IfClr is not yet set, and Op0Op1 is an appropriate mask, try the same
642 if (!IfClr.getNode() && isVSplat(Op0Op1, Mask, IsLittleEndian)) {
643 Cond = Op0Op1;
663 IfClr = Op0Op1;
664 } else if (isBitwiseInverse(Op0Op1, Op1Op0)) {
671 IfClr = Op0Op1;
672 } else if (isBitwiseInverse(Op0Op1, Op1Op1)) {
678 IfSet = Op0Op1;
682 IfSet = Op0Op1;
684 } else if (isBitwiseInverse(Op1Op0, Op0Op1)) {
685 Cond = Op0Op1;
688 } else if (isBitwiseInverse(Op1Op1, Op0Op1)) {
689 Cond = Op0Op1;