HomeSort by: relevance | last modified time | path
    Searched refs:getCastInsts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 228 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; }
334 const SmallVectorImpl<Instruction *> &getCastInsts() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 502 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts();
LoopVectorize.cpp 2372 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts();
7838 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts();
7845 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts();
8139 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts();
8645 const SmallVectorImpl<Instruction *> &Casts = II.getCastInsts();

Completed in 21 milliseconds