Lines Matching defs:N01C
7549 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
7552 if (!N01C || (N01C->getZExtValue() != 0xFF00 &&
7553 N01C->getZExtValue() != 0xFFFF))
7576 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
7578 if (!N01C || !N11C)
7580 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
9933 // (truncate:TruncVT (and N00, N01C)) -> (and (truncate:TruncVT N00), TruncC)
10558 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1));
10559 if (N01C) {
10568 int ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue();