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

  /external/llvm/lib/TableGen/
Record.cpp 915 case LISTCONCAT: {
996 case LISTCONCAT: Result = "!listconcat"; break;
    [all...]
TGParser.cpp 929 Code = BinOpInit::LISTCONCAT;
962 // If we are doing !listconcat, we should know the type by now
977 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT) {
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 931 enum BinaryOp { ADD, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ };
    [all...]

Completed in 122 milliseconds