MLIR
20.0.0git
|
This iterator enumerates elements in "reverse" order. More...
#include "mlir/IR/Iterators.h"
Static Public Member Functions | |
template<typename RangeT > | |
static constexpr auto | makeIterable (RangeT &&range) |
This iterator enumerates elements in "reverse" order.
It is a wrapper around llvm::reverse.
Definition at line 29 of file Iterators.h.
|
inlinestaticconstexpr |
Definition at line 32 of file Iterators.h.
References mlir::ForwardIterator::makeIterable().