Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPredicate.h122 StringRef getSuffix() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPredicate.cpp185 rootNode->suffix = std::string(concatPred.getSuffix()); in buildPredicateTree()
377 StringRef ConcatPred::getSuffix() const { in getSuffix() function in ConcatPred