Home
last modified time | relevance | path

Searched refs:LHSInt (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantRange.cpp1229 if (const APInt *LHSInt = getSingleElement()) in urem() local
1230 return {LHSInt->urem(*RHSInt)}; in urem()
1251 if (const APInt *LHSInt = getSingleElement()) in srem() local
1252 return {LHSInt->srem(*RHSInt)}; in srem()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp12335 const auto *LHSInt = dyn_cast<IntegerLiteral>(XorLHS.get()); in diagnoseXorMisusedAsPow() local
12338 if (!LHSInt) in diagnoseXorMisusedAsPow()
12356 const llvm::APInt &LeftSideValue = LHSInt->getValue(); in diagnoseXorMisusedAsPow()
12365 LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation())); in diagnoseXorMisusedAsPow()
12378 CharSourceRange::getTokenRange(LHSInt->getSourceRange()), in diagnoseXorMisusedAsPow()