Lines Matching defs:N11C
7390 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));7391 if (!N11C || N11C->getZExtValue() != 0xFF)7405 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));7406 if (!N01C || !N11C)7408 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)