Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N01

1712     SDValue N01 = N0.getOperand(1);
1719 DAG.getNode(ISD::ADD, SDLoc(N1), VT, N01, N11));
3556 SDValue N01 = N0.getOperand(1);
3560 N00.getNumOperands() == 2 && N01.getNumOperands() == 2) {
3569 SDValue N010 = N01.getOperand(0);
3572 SDValue N011 = N01.getOperand(1);
3579 if (!isBSwapHWordElement(N01, Parts))
4370 SDValue N01 = N->getOperand(0).getOperand(1);
4372 if (ConstantSDNode *N01C = isConstOrConstSplat(N01)) {
4420 SDValue N01 = N0->getOperand(1);
4421 BuildVectorSDNode *N01CV = dyn_cast<BuildVectorSDNode>(N01);
6789 ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1));
6790 if (!N01) return SDValue();
6792 VT.getSizeInBits() - N01->getZExtValue());
6806 if (ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) {
6807 ShAmt = N01->getZExtValue();
6838 if (ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) {
6839 ShLeftAmt = N01->getZExtValue();
8002 SDValue N01 = N0.getOperand(0).getOperand(1);
8004 DAG.getNode(ISD::FNEG, SL, VT, N00), N01,
8552 SDValue N01 = N0.getOperand(1);
8555 auto *BV01 = dyn_cast<BuildVectorSDNode>(N01);
8562 if ((N1CFP && isConstOrConstSplatFP(N01)) ||
8564 SDValue MulConsts = DAG.getNode(ISD::FMUL, DL, VT, N01, N1, Flags);