Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DIVDescriptors.h249 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; } in getCastInsts() function
378 const SmallVectorImpl<Instruction *> &getCastInsts() const { in getCastInsts() function
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp356 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts()
DLoopVectorizationLegality.cpp557 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi()
DLoopVectorize.cpp7396 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore()
7403 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore()