Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h321 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; } in getCastInsts() function
449 const SmallVectorImpl<Instruction *> &getCastInsts() const { in getCastInsts() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp687 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi()
H A DVPlanTransforms.cpp475 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts()
H A DLoopVectorize.cpp6514 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore()
6521 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore()