Searched refs:RHSInt (Results 1 – 2 of 2) sorted by relevance
5971 Constant *RHSInt = LHSUnsigned in foldFCmpIntToFPConst() local5976 ? ConstantExpr::getUIToFP(RHSInt, RHSC->getType()) == RHSC in foldFCmpIntToFPConst()5977 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC; in foldFCmpIntToFPConst()6044 return new ICmpInst(Pred, LHSI->getOperand(0), RHSInt); in foldFCmpIntToFPConst()
12219 const auto *RHSInt = dyn_cast<IntegerLiteral>(XorRHS.get()); in diagnoseXorMisusedAsPow() local12223 if (!RHSInt) { in diagnoseXorMisusedAsPow()12229 RHSInt = dyn_cast<IntegerLiteral>(UO->getSubExpr()); in diagnoseXorMisusedAsPow()12230 if (!RHSInt) in diagnoseXorMisusedAsPow()12240 llvm::APInt RightSideValue = RHSInt->getValue(); in diagnoseXorMisusedAsPow()12248 LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation())); in diagnoseXorMisusedAsPow()12264 CharSourceRange::getTokenRange(RHSInt->getSourceRange()), in diagnoseXorMisusedAsPow()