Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.h351 auto constRows = seq.getConstantRows(); in convertSequenceType()
H A DCodeGen.cpp1586 constRows = seqTy.getConstantRows(); in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp785 unsigned fir::SequenceType::getConstantRows() const { in getConstantRows() function in fir::SequenceType
802 auto rows = getConstantRows(); in hasConstantInterior()
H A DFIROps.cpp964 if (arrTy.getConstantRows() < arrTy.getDimension() - 1) in verify()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRTypes.td457 unsigned getConstantRows() const;
470 return getConstantRows() == getDimension();