Lines Matching defs:N01C
7377 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
7380 if (!N01C || (N01C->getZExtValue() != 0xFF00 &&
7381 N01C->getZExtValue() != 0xFFFF))
7404 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
7406 if (!N01C || !N11C)
7408 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
9762 // (truncate:TruncVT (and N00, N01C)) -> (and (truncate:TruncVT N00), TruncC)
10388 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1));
10389 if (N01C) {
10398 int ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue();