Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp339 fir::SequenceType::Extent constSize = 1; in genAllocationScaleSize() local
342 constSize *= extent; in genAllocationScaleSize()
343 if (constSize != 1) { in genAllocationScaleSize()
345 genConstantIndex(loc, ity, rewriter, constSize).getResult()}; in genAllocationScaleSize()