Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h55 XConcat, XADD, XSUB, XMUL, XDIV, XNOT, XLOG2, XAND, XOR, XXOR, XSRA, XSRL, enumerator
H A DTGLexer.cpp573 .Case("and", tgtok::XAND) in LexExclaim()
H A DTGParser.cpp1168 case tgtok::XAND: in ParseOperation()
1198 case tgtok::XAND: Code = BinOpInit::AND; break; in ParseOperation()
1228 case tgtok::XAND: in ParseOperation()
2459 case tgtok::XAND: in ParseSimpleValue()