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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
WarnMissedTransforms.cpp 51 Optional<ElementCount> VectorizeWidth =
56 if (!VectorizeWidth || VectorizeWidth->isVector())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 59 unsigned VectorizeWidth;
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; }

Completed in 24 milliseconds