Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp413 VPValue *FindMyCast = IV; in removeRedundantInductionCasts() local
416 for (auto *U : FindMyCast->users()) { in removeRedundantInductionCasts()
423 FindMyCast = FoundUserCast; in removeRedundantInductionCasts()
425 FindMyCast->replaceAllUsesWith(IV); in removeRedundantInductionCasts()