Home
last modified time | relevance | path

Searched refs:DimSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp258 uint32_t DimSize = 1; in calcArraySize() local
264 DimSize *= CI->getSExtValue(); in calcArraySize()
268 return DimSize; in calcArraySize()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7897 uint64_t DimSize = 1; in generateInfoForComponentList() local
7966 ++DimSize; in generateInfoForComponentList()
8094 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
8108 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
8120 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()