Searched refs:VRegAndVal (Results 1 – 2 of 2) sorted by relevance
1276 auto VRegAndVal = getConstantVRegValWithLookThrough(ConstantReg, MRI); in getTestBitReg() local1277 if (!VRegAndVal) { in getTestBitReg()1282 VRegAndVal = getConstantVRegValWithLookThrough(ConstantReg, MRI); in getTestBitReg()1284 if (VRegAndVal) in getTestBitReg()1285 C = VRegAndVal->Value.getSExtValue(); in getTestBitReg()1292 auto VRegAndVal = in getTestBitReg() local1294 if (VRegAndVal) in getTestBitReg()1295 C = VRegAndVal->Value.getSExtValue(); in getTestBitReg()1497 auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in tryOptCompareBranchFedByICmp() local1505 if (VRegAndVal && !AndInst) { in tryOptCompareBranchFedByICmp()[all …]
918 auto VRegAndVal = getConstantVRegValWithLookThrough(AmtReg, MRI); in legalizeShlAshrLshr() local919 if (!VRegAndVal) in legalizeShlAshrLshr()922 int64_t Amount = VRegAndVal->Value.getSExtValue(); in legalizeShlAshrLshr()