Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp499 bool HasLT = false, HasGT = false; in CouldMatchAmbiguouslyWith() local
502 HasLT = true; in CouldMatchAmbiguouslyWith()
507 return !(HasLT ^ HasGT); in CouldMatchAmbiguouslyWith()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp637 bool HasLT = false, HasGT = false; in couldMatchAmbiguouslyWith() local
640 HasLT = true; in couldMatchAmbiguouslyWith()
645 return HasLT == HasGT; in couldMatchAmbiguouslyWith()