Home | History | Annotate | Download | only in IPO

Lines Matching refs:newLoad

708           LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call);
709 newLoad->setAlignment(OrigLoad->getAlignment());
711 newLoad->setMetadata(LLVMContext::MD_tbaa,
713 Args.push_back(newLoad);