Lines Matching defs:VRegAndVal
1455 auto VRegAndVal = getIConstantVRegValWithLookThrough(ShiftNo, MRI);
1463 if (!VRegAndVal || VRegAndVal->Value.urem(BitWidth) == 0)
1467 APInt Amount = VRegAndVal->Value.urem(BitWidth);
1474 VRegAndVal->Value.ult(BitWidth))
1795 auto VRegAndVal = getIConstantVRegValWithLookThrough(AmtReg, MRI);
1796 if (!VRegAndVal)
1799 int64_t Amount = VRegAndVal->Value.getSExtValue();
2238 auto VRegAndVal =
2240 if (VRegAndVal)