Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp435 VPValue *FindMyCast = IV; in removeRedundantInductionCasts() local
438 for (auto *U : FindMyCast->users()) { in removeRedundantInductionCasts()
445 FindMyCast = FoundUserCast; in removeRedundantInductionCasts()
447 FindMyCast->replaceAllUsesWith(IV); in removeRedundantInductionCasts()