Searched defs:RHSInt (Results 1 – 4 of 4) sorted by relevance
210 auto *RHSInt = IntegerLiteral::Create(Ctx, llvm::APInt(numBits, RHS), in TEST() local
1436 if (const APInt *RHSInt = RHS.getSingleElement()) { urem() local 1458 if (const APInt *RHSInt = RHS.getSingleElement()) { srem() local
7764 APSInt RHSInt(IntWidth, LHSUnsigned); foldFCmpIntToFPConst() local
12647 const auto *RHSInt = dyn_cast<IntegerLiteral>(XorRHS.get()); diagnoseXorMisusedAsPow() local