Lines Matching defs:VRegAndVal
1364 auto VRegAndVal = getIConstantVRegValWithLookThrough(ShiftNo, MRI);
1372 if (!VRegAndVal || VRegAndVal->Value.urem(BitWidth) == 0)
1376 APInt Amount = VRegAndVal->Value.urem(BitWidth);
1383 VRegAndVal->Value.ult(BitWidth))
1700 auto VRegAndVal = getIConstantVRegValWithLookThrough(AmtReg, MRI);
1701 if (!VRegAndVal)
1704 int64_t Amount = VRegAndVal->Value.getSExtValue();
2143 auto VRegAndVal =
2145 if (VRegAndVal)