Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Tmp

1904   SmallString<16> Tmp;
1905 Tmp += Base;
1906 Tmp += ' ';
1907 Op->setTokenValue(Tmp.str());
1918 Tmp[Base.size()] = Suffixes[0];
1928 Tmp[Base.size()] = Suffixes[1];
1934 Tmp[Base.size()] = Suffixes[2];
1940 Tmp[Base.size()] = Suffixes[3];