Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N11C

3012     ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
3013 if (!N11C || N11C->getZExtValue() != 0xFF)
3028 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
3029 if (!N01C || !N11C)
3031 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)