Searched refs:UserCast (Results 1 – 1 of 1) sorted by relevance
480 auto *UserCast = dyn_cast<VPSingleDefRecipe>(U); in removeRedundantInductionCasts() local481 if (UserCast && UserCast->getUnderlyingValue() == IRCast) { in removeRedundantInductionCasts()482 FoundUserCast = UserCast; in removeRedundantInductionCasts()