Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N01

1366   SDValue N01 = N0.getOperand(1);
1367 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N01);
1374 N00.getOperand(0), N01),
1375 DAG.getNode(ISD::SHL, SDLoc(N01), VT,
1376 N00.getOperand(1), N01));
1468 SDValue N01 = N0.getOperand(1);
1475 DAG.getNode(ISD::ADD, SDLoc(N1), VT, N01, N11));
3040 SDValue N01 = N0.getOperand(1);
3043 N00.getNumOperands() == 2 && N01.getNumOperands() == 2) {
3052 SDValue N010 = N01.getOperand(0);
3055 SDValue N011 = N01.getOperand(1);
3062 if (!isBSwapHWordElement(N01, Parts))
5143 ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1));
5144 if (!N01) return SDValue();
5146 VT.getSizeInBits() - N01->getZExtValue());
5160 if (ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) {
5161 ShAmt = N01->getZExtValue();
5192 if (ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) {
5193 ShLeftAmt = N01->getZExtValue();
6186 SDValue N01 = N0.getOperand(0).getOperand(1);
6188 DAG.getNode(ISD::FNEG, dl, VT, N00), N01,