Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Placeholder

2522       // Create a placeholder value with the same type as LI to use as the
2524 // the computed value, and then replace the placeholder with LI, leaving
2526 Value *Placeholder
2528 V = insertInteger(TD, IRB, Placeholder, V, BeginOffset,
2531 Placeholder->replaceAllUsesWith(&LI);
2532 delete Placeholder;