Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h246 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; } in getCastInsts() function
375 const SmallVectorImpl<Instruction *> &getCastInsts() const { in getCastInsts() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp313 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts()
H A DLoopVectorizationLegality.cpp546 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi()
H A DLoopVectorize.cpp7322 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore()
7329 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore()