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