Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp1279 std::optional<int> shapeArgSize; in Match() local
1307 CHECK(!shapeArgSize); in Match()
1315 shapeArgSize = constShape->At(ConstantSubscripts{1}).ToInt64(); in Match()
1316 CHECK(shapeArgSize >= 0); in Match()
1528 CHECK(shapeArgSize); in Match()
1529 resultRank = *shapeArgSize; in Match()