Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2197 static unsigned getBoxRank(mlir::Type boxTy) { in getBoxRank() function
2223 auto inputRank = getBoxRank(inputBoxTy); in verify()
2225 auto outRank = getBoxRank(outBoxTy); in verify()