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

  /external/llvm/lib/TableGen/
Record.cpp 251 if (BO->getOpcode() == BinOpInit::STRCONCAT) {
256 return BinOpInit::get(BinOpInit::STRCONCAT, L, R, new StringRecTy);
927 case STRCONCAT: {
997 case STRCONCAT: Result = "!strconcat"; break;
    [all...]
TGParser.cpp 933 Code = BinOpInit::STRCONCAT;
975 // We allow multiple operands to associative operators like !strconcat as
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 42 milliseconds