Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp42 llvm::SmallVector<mlir::Value> shapeShiftBounds; in createNewFirBox() local
44 shapeShiftBounds.emplace_back(lb); in createNewFirBox()
45 shapeShiftBounds.emplace_back(extent); in createNewFirBox()
50 shapeShiftBounds); in createNewFirBox()