Home
last modified time | relevance | path

Searched defs:shOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFactory.h150 if (auto shOp = mlir::dyn_cast<fir::ShapeOp>(shapeOp)) { in getExtents() local
154 if (auto shOp = mlir::dyn_cast<fir::ShapeShiftOp>(shapeOp)) { in getExtents() local
167 if (auto shOp = mlir::dyn_cast<fir::ShapeShiftOp>(shapeOp)) { in getOrigins() local
171 if (auto shOp = mlir::dyn_cast<fir::ShiftOp>(shapeOp)) { in getOrigins() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp815 if (auto shOp = mlir::dyn_cast<fir::ShapeOp>(op)) { getExtents() local