Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1487 std::optional<int> shapeArgSize; in Match() local
1516 CHECK(!shapeArgSize); in Match()
1524 shapeArgSize = constShape->At(ConstantSubscripts{1}).ToInt64(); in Match()
1525 CHECK(*shapeArgSize >= 0); in Match()
1796 CHECK(shapeArgSize); in Match()
1797 resultRank = *shapeArgSize; in Match()