Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIVDescriptors.h249 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; } in getCastInsts() function
375 const SmallVectorImpl<Instruction *> &getCastInsts() const { in getCastInsts() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp690 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi()
HDVPlanTransforms.cpp434 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts()
HDLoopVectorize.cpp6724 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore()
6731 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore()