Searched refs:LHSInt (Results 1 – 3 of 3) sorted by relevance
1459 if (const APInt *LHSInt = getSingleElement()) in urem() local1460 return {LHSInt->urem(*RHSInt)}; in urem()1481 if (const APInt *LHSInt = getSingleElement()) in srem() local1482 return {LHSInt->srem(*RHSInt)}; in srem()
244 APSInt LHSInt = LHS.toAPSInt(); in CheckDivRem() local246 (-LHSInt.extend(LHSInt.getBitWidth() + 1)).toString(Trunc, 10); in CheckDivRem()
13054 const auto *LHSInt = dyn_cast<IntegerLiteral>(XorLHS.get()); in diagnoseXorMisusedAsPow() local13057 if (!LHSInt) in diagnoseXorMisusedAsPow()13075 const llvm::APInt &LeftSideValue = LHSInt->getValue(); in diagnoseXorMisusedAsPow()13084 LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation())); in diagnoseXorMisusedAsPow()13097 CharSourceRange::getTokenRange(LHSInt->getSourceRange()), in diagnoseXorMisusedAsPow()