Lines Matching defs:N1C
609 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
610 if (!N1C)
626 const unsigned RightShAmt = N1C->getZExtValue();
1019 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1020 if (!N1C)
1026 unsigned ShAmt = N1C->getZExtValue();
1068 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1069 if (!N1C)
1074 unsigned ShAmt = N1C->getZExtValue();
1161 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1162 if (!N1C)
1167 unsigned ShAmt = N1C->getZExtValue();
1190 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1191 if (!N1C)
1224 bool IsCANDI = isInt<6>(N1C->getSExtValue());
1226 uint64_t C1 = N1C->getZExtValue();
1425 const uint64_t C1 = N1C->getZExtValue();
1436 bool Skip = C2 > 32 && isInt<12>(N1C->getSExtValue()) &&
1483 if (isMask_64(C1) && !isInt<12>(N1C->getSExtValue())) {
1502 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1503 if (!N1C || !N1C->hasOneUse())
1527 if (IsANDIOrZExt && (isInt<12>(N1C->getSExtValue()) || !N0.hasOneUse()))
1534 if (IsZExtW && (isInt<32>(N1C->getSExtValue()) || !N0.hasOneUse()))
1545 uint64_t C1 = N1C->getZExtValue();