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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 516 SmallPtrSet<Instruction *, 4> InductionCastsToIgnore;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 504 InductionCastsToIgnore.insert(*Casts.begin());
898 return (Inst && InductionCastsToIgnore.count(Inst));

Completed in 16 milliseconds