Home | History | Annotate | Download | only in Utils

Lines Matching refs:NewAlloca

890   Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(), 
892 IFI.StaticAllocas.push_back(cast<AllocaInst>(NewAlloca));
896 return NewAlloca;