Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGLexer.h50 XConcat, XADD, XAND, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast, enumerator
DTGLexer.cpp475 .Case("shl", tgtok::XSHL) in LexExclaim()
DTGParser.cpp907 case tgtok::XSHL: in ParseOperation()
925 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break; in ParseOperation()
1481 case tgtok::XSHL: in ParseSimpleValue()