Home
last modified time | relevance | path

Searched defs:commonSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Utils/
H A DIndexingUtils.cpp136 int commonSize = subShape.size(); in computeShapeRatio() local
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp1195 getTypeOfCommonWithInit(Fortran::lower::AbstractConverter & converter,const Fortran::semantics::MutableSymbolVector & cmnBlkMems,std::size_t commonSize) getTypeOfCommonWithInit() argument
1288 declareCommonBlock(Fortran::lower::AbstractConverter & converter,const Fortran::semantics::Symbol & common,std::size_t commonSize) declareCommonBlock() argument
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp834 std::size_t commonSize{scope.commonBlocks().size()}; CollectSymbols() local