Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp685 bool HasLT = false, HasGT = false; in couldMatchAmbiguouslyWith() local
690 HasGT = true; in couldMatchAmbiguouslyWith()
693 return HasLT == HasGT; in couldMatchAmbiguouslyWith()