Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp705 bool HasLT = false, HasGT = false; in couldMatchAmbiguouslyWith() local
708 HasLT = true; in couldMatchAmbiguouslyWith()
713 return HasLT == HasGT; in couldMatchAmbiguouslyWith()