Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Tmp

981   SmallString<16> Tmp;
982 Tmp += Base;
983 Tmp += ' ';
984 Op->setTokenValue(Tmp.str());
995 Tmp[Base.size()] = Suffixes[0];
1000 Tmp[Base.size()] = Suffixes[1];
1002 Tmp[Base.size()] = Suffixes[2];
1004 Tmp[Base.size()] = Suffixes[3];