Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Placeholder

2237       // Create a placeholder value with the same type as LI to use as the
2239 // the computed value, and then replace the placeholder with LI, leaving
2241 Value *Placeholder
2243 V = insertInteger(DL, IRB, Placeholder, V, NewBeginOffset,
2246 Placeholder->replaceAllUsesWith(&LI);
2247 delete Placeholder;