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

  /external/llvm/lib/TableGen/
TGLexer.h 49 XConcat, XSRA, XSRL, XSHL, XStrConcat, XCast, XSubst,
TGLexer.cpp 463 .Case("shl", tgtok::XSHL)
TGParser.cpp 839 case tgtok::XSHL:
854 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break;
    [all...]

Completed in 756 milliseconds