Searched refs:UserCast (Results 1 – 1 of 1) sorted by relevance
361 auto *UserCast = cast<VPRecipeBase>(U); in removeRedundantInductionCasts() local362 if (UserCast->getNumDefinedValues() == 1 && in removeRedundantInductionCasts()363 UserCast->getVPSingleValue()->getUnderlyingValue() == IRCast) { in removeRedundantInductionCasts()364 FoundUserCast = UserCast; in removeRedundantInductionCasts()