Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp688 bool HasLT = false, HasGT = false; in couldMatchAmbiguouslyWith() local
691 HasLT = true; in couldMatchAmbiguouslyWith()
696 return HasLT == HasGT; in couldMatchAmbiguouslyWith()