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

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAbstractMemberAccess.cpp 258 uint32_t DimSize = 1;
264 DimSize *= CI->getSExtValue();
268 return DimSize;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 7714 uint64_t DimSize = 1;
7783 ++DimSize;
7911 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize
7925 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize
7937 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize

Completed in 24 milliseconds