Home
last modified time | relevance | path

Searched defs:RHSInt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1436 if (const APInt *RHSInt = RHS.getSingleElement()) { in urem() local
1458 if (const APInt *RHSInt = RHS.getSingleElement()) { in srem() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7764 APSInt RHSInt(IntWidth, LHSUnsigned); in foldFCmpIntToFPConst() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12699 const auto *RHSInt = dyn_cast<IntegerLiteral>(XorRHS.get()); in diagnoseXorMisusedAsPow() local