Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGLexer.h53 XConcat, XADD, XMUL, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XListSplat, enumerator
HDTGLexer.cpp553 .Case("and", tgtok::XAND) in LexExclaim()
HDTGParser.cpp1076 case tgtok::XAND: in ParseOperation()
1101 case tgtok::XAND: Code = BinOpInit::AND; break; in ParseOperation()
1128 case tgtok::XAND: in ParseOperation()
2118 case tgtok::XAND: in ParseSimpleValue()