Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp581 bool HasLT = false, HasGT = false; in couldMatchAmbiguouslyWith() local
584 HasLT = true; in couldMatchAmbiguouslyWith()
589 return !(HasLT ^ HasGT); in couldMatchAmbiguouslyWith()