Home
last modified time | relevance | path

Searched refs:UserCast (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp439 auto *UserCast = dyn_cast<VPSingleDefRecipe>(U); in removeRedundantInductionCasts() local
440 if (UserCast && UserCast->getUnderlyingValue() == IRCast) { in removeRedundantInductionCasts()
441 FoundUserCast = UserCast; in removeRedundantInductionCasts()