Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp357 VPValue *FindMyCast = IV; in removeRedundantInductionCasts() local
360 for (auto *U : FindMyCast->users()) { in removeRedundantInductionCasts()
368 FindMyCast = FoundUserCast->getVPSingleValue(); in removeRedundantInductionCasts()
370 FindMyCast->replaceAllUsesWith(IV); in removeRedundantInductionCasts()