Lines Matching defs:ValAndVReg
751 auto ValAndVReg =
753 if (!ValAndVReg)
755 Immed = ValAndVReg->Value.getSExtValue();
2280 auto ValAndVReg = getAnyConstantVRegValWithLookThrough(Src, MRI);
2281 if (!ValAndVReg)
2288 ValAndVReg->Value));
4383 if (auto ValAndVReg = getIConstantVRegValWithLookThrough(RHS.getReg(), MRI)) {
4384 int64_t Imm = ValAndVReg->Value.getSExtValue();
5051 auto ValAndVReg = getIConstantVRegValWithLookThrough(RHS.getReg(), MRI);
5052 if (!ValAndVReg || ValAndVReg->Value != 0)
7104 auto ValAndVReg = getIConstantVRegValWithLookThrough(ConstantReg, MRI);
7105 if (!ValAndVReg) {
7113 ValAndVReg = getIConstantVRegValWithLookThrough(ConstantReg, MRI);
7114 if (!ValAndVReg)
7120 int64_t ImmVal = ValAndVReg->Value.getSExtValue();
7280 auto ValAndVReg =
7282 if (ValAndVReg) {
7284 int64_t ImmOff = ValAndVReg->Value.getSExtValue();