Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/TableGen/
DTGLexer.h55 XConcat, XADD, XSUB, XMUL, XDIV, XNOT, XLOG2, XAND, XOR, XXOR, XSRA, XSRL, enumerator
DTGLexer.cpp570 .Case("div", tgtok::XDIV) in LexExclaim()
DTGParser.cpp1167 case tgtok::XDIV: in ParseOperation()
1197 case tgtok::XDIV: Code = BinOpInit::DIV; break; in ParseOperation()
1237 case tgtok::XDIV: in ParseOperation()
2456 case tgtok::XDIV: in ParseSimpleValue()