Home
last modified time | relevance | path

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

/openbsd/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.cpp565 .Case("con", tgtok::XConcat) in LexExclaim()
H A DTGParser.cpp1163 case tgtok::XConcat: in ParseOperation()
1193 case tgtok::XConcat: Code = BinOpInit::CONCAT; break; in ParseOperation()
1223 case tgtok::XConcat: in ParseOperation()
2451 case tgtok::XConcat: in ParseSimpleValue()