Searched refs:getOutputRank (Results 1 – 3 of 3) sorted by relevance
38 auto outRank = fir::SliceOp::getOutputRank(slice()); in getOutRank()
1888 unsigned getOutRank() { return getOutputRank(getTriples()); }1889 static unsigned getOutputRank(mlir::ValueRange triples);
3086 unsigned fir::SliceOp::getOutputRank(mlir::ValueRange triples) { in getOutputRank() function in fir::SliceOp