Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h118 XAND, enumerator
H A DTGLexer.cpp581 .Case("and", tgtok::XAND) in LexExclaim()
H A DTGParser.cpp1430 case tgtok::XAND: in ParseOperation()
1462 case tgtok::XAND: Code = BinOpInit::AND; break; in ParseOperation()
1512 case tgtok::XAND: in ParseOperation()