Home
last modified time | relevance | path

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

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