Searched refs:XAND (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 55 XConcat, XADD, XSUB, XMUL, XDIV, XNOT, XLOG2, XAND, XOR, XXOR, XSRA, XSRL, enumerator
|
| H A D | TGLexer.cpp | 573 .Case("and", tgtok::XAND) in LexExclaim()
|
| H A D | TGParser.cpp | 1168 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()
|