Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Prefix

93   std::string Prefix;
95 return Name.isTriviallyEmpty() ? Name : Prefix + Name;
99 void SetNamePrefix(const Twine &P) { Prefix = P.str(); }
2194 // Utility IR builder, whose name prefix is setup for each visited use, and