Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1514 llvm::SmallVector<std::int64_t> zippedBounds; in parseCustomRangeSubscript() local
1516 zippedBounds.push_back(std::get<0>(zip)); in parseCustomRangeSubscript()
1517 zippedBounds.push_back(std::get<1>(zip)); in parseCustomRangeSubscript()
1519 coord = mlir::Builder(parser.getContext()).getIndexTensorAttr(zippedBounds); in parseCustomRangeSubscript()