Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h84 struct VariableDecoratorIterator struct
88 VariableDecoratorIterator(llvm::Init *const *it) in VariableDecoratorIterator() argument
94 using var_decorator_iterator = VariableDecoratorIterator;
95 using var_decorator_range = llvm::iterator_range<VariableDecoratorIterator>;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp685 auto Operator::VariableDecoratorIterator::unwrap(llvm::Init *init) in unwrap()