HomeSort by relevance Sort by last modified time
    Searched refs:XConcat (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/TableGen/
TGLexer.h 50 XConcat, XADD, XAND, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast,
TGLexer.cpp 472 .Case("con", tgtok::XConcat)
TGParser.cpp 876 case tgtok::XConcat:
894 case tgtok::XConcat: Code = BinOpInit::CONCAT;Type = DagRecTy::get(); break;
    [all...]

Completed in 1317 milliseconds