Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp314 VPValue *FindMyCast = IV; in removeRedundantInductionCasts() local
317 for (auto *U : FindMyCast->users()) { in removeRedundantInductionCasts()
325 FindMyCast = FoundUserCast->getVPSingleValue(); in removeRedundantInductionCasts()
327 FindMyCast->replaceAllUsesWith(IV); in removeRedundantInductionCasts()