Lines Matching defs:Op1
2318 ISD::CondCode Op1 = cast<CondCodeSDNode>(CC1)->get();
2320 if (LR == RR && isa<ConstantSDNode>(LR) && Op0 == Op1 &&
2323 if (cast<ConstantSDNode>(LR)->isNullValue() && Op1 == ISD::SETEQ) {
2327 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
2330 if (cast<ConstantSDNode>(LR)->isAllOnesValue() && Op1 == ISD::SETEQ) {
2334 return DAG.getSetCC(N->getDebugLoc(), VT, ANDNode, LR, Op1);
2337 if (cast<ConstantSDNode>(LR)->isAllOnesValue() && Op1 == ISD::SETGT) {
2341 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
2346 Op1 = ISD::getSetCCSwappedOperands(Op1);
2351 ISD::CondCode Result = ISD::getSetCCAndOperation(Op0, Op1, isInteger);
2790 ISD::CondCode Op1 = cast<CondCodeSDNode>(CC1)->get();
2792 if (LR == RR && isa<ConstantSDNode>(LR) && Op0 == Op1 &&
2797 (Op1 == ISD::SETNE || Op1 == ISD::SETLT)) {
2801 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
2806 (Op1 == ISD::SETNE || Op1 == ISD::SETGT)) {
2810 return DAG.getSetCC(N->getDebugLoc(), VT, ANDNode, LR, Op1);
2815 Op1 = ISD::getSetCCSwappedOperands(Op1);
2820 ISD::CondCode Result = ISD::getSetCCOrOperation(Op0, Op1, isInteger);
5740 SDValue Op1 = N1.getOperand(1);
5743 Op1.getOpcode() == ISD::Constant) {
5750 cast<ConstantSDNode>(Op1)->getAPIntValue()==AndConst.logBase2()) {
5787 SDValue Op1 = TheXor->getOperand(1);
5788 if (Op0.getOpcode() == Op1.getOpcode()) {
5806 if (Op0.getOpcode() != ISD::SETCC && Op1.getOpcode() != ISD::SETCC) {
5820 Op0, Op1,