Searched refs:LHSInt (Results 1 – 3 of 3) sorted by relevance
1329 if (const APInt *LHSInt = getSingleElement()) in urem() local1330 return {LHSInt->urem(*RHSInt)}; in urem()1351 if (const APInt *LHSInt = getSingleElement()) in srem() local1352 return {LHSInt->srem(*RHSInt)}; in srem()
129 APSInt LHSInt = LHS.toAPSInt(); in CheckDivRem() local131 (-LHSInt.extend(LHSInt.getBitWidth() + 1)).toString(Trunc, 10); in CheckDivRem()
13281 const auto *LHSInt = dyn_cast<IntegerLiteral>(XorLHS.get()); in diagnoseXorMisusedAsPow() local13284 if (!LHSInt) in diagnoseXorMisusedAsPow()13302 const llvm::APInt &LeftSideValue = LHSInt->getValue(); in diagnoseXorMisusedAsPow()13311 LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation())); in diagnoseXorMisusedAsPow()13324 CharSourceRange::getTokenRange(LHSInt->getSourceRange()), in diagnoseXorMisusedAsPow()