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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 376 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 };
379 return FixedSize[i-1];
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 774 unsigned FixedSize = ElementCount * SEW;
778 } else if (FixedSize < 64) {
781 LMUL = 64 / FixedSize;
783 LMUL = FixedSize / 64;

Completed in 42 milliseconds