Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp361 auto *UserCast = cast<VPRecipeBase>(U); in removeRedundantInductionCasts() local
362 if (UserCast->getNumDefinedValues() == 1 && in removeRedundantInductionCasts()
363 UserCast->getVPSingleValue()->getUnderlyingValue() == IRCast) { in removeRedundantInductionCasts()
364 FoundUserCast = UserCast; in removeRedundantInductionCasts()