Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp1202 static mlir::Value genExtentValue(fir::FirOpBuilder &builder, in genExtentValue() function
1548 shape.push_back(genExtentValue(builder, loc, idxTy, i)); in mapSymbolAttributes()
1561 extents.emplace_back(genExtentValue(builder, loc, idxTy, snd)); in mapSymbolAttributes()
1649 shape.push_back(genExtentValue(builder, loc, idxTy, i)); in mapSymbolAttributes()
1663 extents.emplace_back(genExtentValue(builder, loc, idxTy, snd)); in mapSymbolAttributes()
1716 shape.push_back(genExtentValue(builder, loc, idxTy, i)); in mapSymbolAttributes()
1736 extents.emplace_back(genExtentValue(builder, loc, idxTy, snd)); in mapSymbolAttributes()