Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h303 unsigned getConstantRows() const;
306 bool hasConstantShape() const { return getConstantRows() == getDimension(); } in hasConstantShape()
DFIROps.td1578 if (arrTy.getConstantRows() < arrTy.getDimension() - 1)
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp1070 unsigned fir::SequenceType::getConstantRows() const { in getConstantRows() function in fir::SequenceType
1087 auto rows = getConstantRows(); in hasConstantInterior()