Searched refs:STRCONCAT (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/TableGen/
H A DRecord.cpp232 if (BO->getOpcode() == BinOpInit::STRCONCAT) {
237 return BinOpInit::get(BinOpInit::STRCONCAT, L, R, new StringRecTy);
897 case STRCONCAT: {
963 case STRCONCAT: Result = "!strconcat"; break;
2026 BinOpInit::get(BinOpInit::STRCONCAT,
2027 BinOpInit::get(BinOpInit::STRCONCAT,
2036 BinOpInit::get(BinOpInit::STRCONCAT,
2037 BinOpInit::get(BinOpInit::STRCONCAT,
H A DTGParser.cpp943 Code = BinOpInit::STRCONCAT;
974 if (Code == BinOpInit::STRCONCAT) {
1542 Result = BinOpInit::get(BinOpInit::STRCONCAT, LHS, RHS,
2267 BinOpInit::get(BinOpInit::STRCONCAT,
/external/llvm/include/llvm/TableGen/
H A DRecord.h874 enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enumerator in enum:llvm::BinOpInit::BinaryOp

Completed in 63 milliseconds