Searched refs:LHSInt (Results 1 – 3 of 3) sorted by relevance
1441 if (const APInt *LHSInt = getSingleElement()) in urem() local1442 return {LHSInt->urem(*RHSInt)}; in urem()1463 if (const APInt *LHSInt = getSingleElement()) in srem() local1464 return {LHSInt->srem(*RHSInt)}; in srem()
210 APSInt LHSInt = LHS.toAPSInt(); in CheckDivRem() local212 (-LHSInt.extend(LHSInt.getBitWidth() + 1)).toString(Trunc, 10); in CheckDivRem()
12698 const auto *LHSInt = dyn_cast<IntegerLiteral>(XorLHS.get()); in diagnoseXorMisusedAsPow() local12701 if (!LHSInt) in diagnoseXorMisusedAsPow()12719 const llvm::APInt &LeftSideValue = LHSInt->getValue(); in diagnoseXorMisusedAsPow()12728 LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation())); in diagnoseXorMisusedAsPow()12741 CharSourceRange::getTokenRange(LHSInt->getSourceRange()), in diagnoseXorMisusedAsPow()