MLIR
20.0.0git
|
This expression builds a range from a set of element values (which may be ranges themselves). More...
#include "mlir/Tools/PDLL/AST/Nodes.h"
Public Member Functions | |
MutableArrayRef< Expr * > | getElements () |
Return the element expressions of this range. More... | |
ArrayRef< Expr * > | getElements () const |
RangeType | getType () const |
Return the range result type of this expression. More... | |
Static Public Member Functions | |
static RangeExpr * | create (Context &ctx, SMRange loc, ArrayRef< Expr * > elements, RangeType type) |
Static Public Member Functions inherited from mlir::pdll::ast::Node::NodeBase< T, BaseT > | |
static bool | classof (const Node *node) |
Provide type casting support. More... | |
Friends | |
class | llvm::TrailingObjects< RangeExpr, Expr * > |
TrailingObject utilities. More... | |
Additional Inherited Members | |
Public Types inherited from mlir::pdll::ast::Node::NodeBase< T, BaseT > | |
using | Base = NodeBase< T, BaseT > |
Protected Member Functions inherited from mlir::pdll::ast::Node::NodeBase< T, BaseT > | |
template<typename... Args> | |
NodeBase (SMRange loc, Args &&...args) | |
This expression builds a range from a set of element values (which may be ranges themselves).
|
static |
Definition at line 338 of file Nodes.cpp.
References mlir::pdll::ast::Context::getAllocator(), and getElements().
|
inline |
Return the element expressions of this range.
Definition at line 592 of file Nodes.h.
Referenced by create(), and getElements().
Definition at line 595 of file Nodes.h.
References getElements().
|
inline |
Return the range result type of this expression.
Definition at line 600 of file Nodes.h.
References mlir::getType().