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 274 if (BO->getOpcode() == BinOpInit::STRCONCAT) {
279 return BinOpInit::get(BinOpInit::STRCONCAT, L, R, new StringRecTy);
915 case STRCONCAT: {
981 case STRCONCAT: Result = "!strconcat"; break;
    [all...]
TGParser.cpp 972 Code = BinOpInit::STRCONCAT;
1001 // We allow multiple operands to associative operators like !strconcat as
1003 if (Code == BinOpInit::STRCONCAT) {
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 138 milliseconds