Lines Matching defs:N1C
687 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
688 if (!N1C)
704 const unsigned RightShAmt = N1C->getZExtValue();
1073 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1074 if (!N1C)
1080 unsigned ShAmt = N1C->getZExtValue();
1103 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1104 if (!N1C)
1109 unsigned ShAmt = N1C->getZExtValue();
1187 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1188 if (!N1C)
1193 unsigned ShAmt = N1C->getZExtValue();
1216 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1217 if (!N1C)
1219 uint64_t C1 = N1C->getZExtValue();
1253 bool IsCANDI = isInt<6>(N1C->getSExtValue());
1464 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1465 if (!N1C || !N1C->hasOneUse())
1489 if (IsANDIOrZExt && (isInt<12>(N1C->getSExtValue()) || !N0.hasOneUse()))
1496 if (IsZExtW && (isInt<32>(N1C->getSExtValue()) || !N0.hasOneUse()))
1507 uint64_t C1 = N1C->getZExtValue();