Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DFormat.h100 PositionalRangePH, enumerator
110 : type(Type::PositionalRangePH), spec(spec), index(index), end(end) {} in FmtReplacement()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DFormat.cpp183 if (repl.type == FmtReplacement::Type::PositionalRangePH) { in format()