Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp655 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) const { in couldMatchAmbiguouslyWith() function
3233 if (A.couldMatchAmbiguouslyWith(B)) { in run()