Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Tmp

2315   SmallString<16> Tmp;
2316 Tmp += Base;
2317 Tmp += ' ';
2318 Op->setTokenValue(Tmp.str());
2329 Tmp[Base.size()] = Suffixes[0];
2339 Tmp[Base.size()] = Suffixes[1];
2345 Tmp[Base.size()] = Suffixes[2];
2351 Tmp[Base.size()] = Suffixes[3];