Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp684 bool HasLT = false, HasGT = false; in couldMatchAmbiguouslyWith() local
687 HasLT = true; in couldMatchAmbiguouslyWith()
692 return HasLT == HasGT; in couldMatchAmbiguouslyWith()