Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp318 auto *UserCast = cast<VPRecipeBase>(U); in removeRedundantInductionCasts() local
319 if (UserCast->getNumDefinedValues() == 1 && in removeRedundantInductionCasts()
320 UserCast->getVPSingleValue()->getUnderlyingValue() == IRCast) { in removeRedundantInductionCasts()
321 FoundUserCast = UserCast; in removeRedundantInductionCasts()