Searched refs:VRegAndVal (Results 1 – 3 of 3) sorted by relevance
1401 if (!VRegAndVal) { in getTestBitReg()1408 if (VRegAndVal) { in getTestBitReg()1420 auto VRegAndVal = in getTestBitReg() local1422 if (VRegAndVal) in getTestBitReg()1423 C = VRegAndVal->Value.getSExtValue(); in getTestBitReg()1633 if (VRegAndVal && !AndInst) { in tryOptCompareBranchFedByICmp()1658 if (!VRegAndVal) { in tryOptCompareBranchFedByICmp()1664 if (VRegAndVal && VRegAndVal->Value == 0) { in tryOptCompareBranchFedByICmp()2085 if (!VRegAndVal) in earlySelectSHL()4154 if (!VRegAndVal) in selectExtractElt()[all …]
1043 auto VRegAndVal = getIConstantVRegValWithLookThrough(AmtReg, MRI); in legalizeShlAshrLshr() local1044 if (!VRegAndVal) in legalizeShlAshrLshr()1047 int64_t Amount = VRegAndVal->Value.getSExtValue(); in legalizeShlAshrLshr()
4681 if (auto VRegAndVal = getIConstantVRegValWithLookThrough(Amt, MRI)) { in narrowScalarShift() local4682 return narrowScalarShiftByConstant(MI, VRegAndVal->Value, HalfTy, in narrowScalarShift()