Home | History | Annotate | Download | only in TableGen

Lines Matching full:slice

736   Prefix = InstName.size() == 0? Name.slice(0, PrefixEnd).str() : InstName;
738 const StringRef Postfix = Name.slice(PrefixEnd, Name.size());
1112 Result.push_back(NameRef.slice(0, 3).str() + "1.64");