Lines Matching defs:N11C
7562 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));7563 if (!N11C || N11C->getZExtValue() != 0xFF)7577 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));7578 if (!N01C || !N11C)7580 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)