Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Tmp

1018   SmallString<16> Tmp;
1019 Tmp += Base;
1020 Tmp += ' ';
1021 Op->setTokenValue(Tmp.str());
1032 Tmp[Base.size()] = Suffixes[0];
1037 Tmp[Base.size()] = Suffixes[1];
1039 Tmp[Base.size()] = Suffixes[2];
1041 Tmp[Base.size()] = Suffixes[3];