Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N11C

2887     ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
2888 if (!N11C || N11C->getZExtValue() != 0xFF)
2903 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
2904 if (!N01C || !N11C)
2906 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)