Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N10

1395     SDValue N10 = N1.getOperand(0);
1398 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10))
1400 DAG.getNode(ISD::ADD, N0.getDebugLoc(), VT, N00, N10),
2557 SDValue N10 = N1->getOperand(0);
2558 if (!LookPassAnd1 && N10.getOpcode() == ISD::AND) {
2559 if (!N10.getNode()->hasOneUse())
2561 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1));
2564 N10 = N10.getOperand(0);
2568 if (N00 != N10)
2576 !DAG.MaskedValueIsZero(N10, APInt::getHighBitsSet(OpSizeInBits, 16)))