Lines Matching refs:Twine
94 const Twine getNameWithPrefix(const Twine &Name) const {
99 void SetNamePrefix(const Twine &P) { Prefix = P.str(); }
102 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
1313 SmallVectorImpl<Value *> &Indices, Twine NamePrefix) {
1338 Twine NamePrefix) {
1383 Twine NamePrefix) {
1456 Twine NamePrefix) {
1494 APInt Offset, Type *PointerTy, Twine NamePrefix) {
2014 const Twine &Name) {
2036 Value *V, uint64_t Offset, const Twine &Name) {
2067 unsigned EndIndex, const Twine &Name) {
2093 unsigned BeginIndex, const Twine &Name) {
2254 IRB.SetNamePrefix(Twine(NewAI.getName()) + "." + Twine(BeginOffset) + ".");
2302 Twine(OldName) + "."
2304 Twine()
3031 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) {
3043 emitSplitOps(ATy->getElementType(), Agg, Name + "." + Twine(Idx));
3058 emitSplitOps(STy->getElementType(Idx), Agg, Name + "." + Twine(Idx));
3075 void emitFunc(Type *Ty, Value *&Agg, const Twine &Name) {
3107 void emitFunc(Type *Ty, Value *&Agg, const Twine &Name) {
3864 AI.getName() + ".sroa." + Twine(P.begin() - AS.begin()), &AI);