Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TempAlloca

3379           Address TempAlloca
3382 Builder.CreateMemCpy(TempAlloca, Src, SrcSize);
3383 Src = TempAlloca;