Home
last modified time | relevance | path

Searched defs:matchPattern (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DMatchers.h401 inline bool matchPattern(Value value, const Pattern &pattern) { matchPattern() function
411 inline bool matchPattern(Operation *op, const Pattern &pattern) { matchPattern() function
419 inline bool matchPattern(Attribute attr, const Pattern &pattern) { matchPattern() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp506 bool LVPatterns::matchPattern(StringRef Input, const LVMatchInfo &MatchInfo) { in matchPattern() function in LVPatterns