MLIR  19.0.0git
Variables
MatchInterfaces.cpp File Reference
#include "mlir/Dialect/Transform/Interfaces/MatchInterfaces.h"
#include "mlir/Dialect/Transform/Interfaces/MatchInterfaces.cpp.inc"

Go to the source code of this file.

Variables

constexpr static const llvm::StringLiteral kDimExceptKeyword = "except"
 Keyword syntax for positional specification inversion. More...
 
constexpr static const llvm::StringLiteral kDimAllKeyword = "all"
 Keyword syntax for full inclusion in positional specification. More...
 

Variable Documentation

◆ kDimAllKeyword

constexpr static const llvm::StringLiteral kDimAllKeyword = "all"
staticconstexpr

Keyword syntax for full inclusion in positional specification.

Definition at line 21 of file MatchInterfaces.cpp.

Referenced by mlir::transform::parseTransformMatchDims().

◆ kDimExceptKeyword

constexpr static const llvm::StringLiteral kDimExceptKeyword = "except"
staticconstexpr

Keyword syntax for positional specification inversion.

Definition at line 18 of file MatchInterfaces.cpp.

Referenced by mlir::transform::parseTransformMatchDims().