Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N00

1297   SDValue N00 = N0.getOperand(0);
1301 if (N01C && N00.getOpcode() == ISD::ADD && N00.getNode()->hasOneUse() &&
1302 isa<ConstantSDNode>(N00.getOperand(1))) {
1305 DAG.getNode(ISD::SHL, N00.getDebugLoc(), VT,
1306 N00.getOperand(0), N01),
1308 N00.getOperand(1), N01));
1393 SDValue N00 = N0.getOperand(0);
1398 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10))
1400 DAG.getNode(ISD::ADD, N0.getDebugLoc(), VT, N00, N10),
2546 SDValue N00 = N0->getOperand(0);
2547 if (!LookPassAnd0 && N00.getOpcode() == ISD::AND) {
2548 if (!N00.getNode()->hasOneUse())
2550 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1));
2553 N00 = N00.getOperand(0);
2568 if (N00 != N10)
2579 SDValue Res = DAG.getNode(ISD::BSWAP, N->getDebugLoc(), VT, N00);
2675 SDValue N00 = N0.getOperand(0);
2680 SDValue N000 = N00.getOperand(0);
2684 SDValue N001 = N00.getOperand(1);
2699 if (N00.getOpcode() != ISD::OR)
2701 SDValue N000 = N00.getOperand(0);
2704 SDValue N001 = N00.getOperand(1);
4761 SDValue N00 = N0.getOperand(0);
4762 if (N00.getValueType().getScalarType().getSizeInBits() <= EVTBits &&
4764 return DAG.getNode(ISD::SIGN_EXTEND, N->getDebugLoc(), VT, N00, N1);