Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewLI

381   LoadInst *NewLI = new LoadInst(PhiVal, "", isVolatile, LoadAlignment);
382 NewLI->setDebugLoc(FirstLI->getDebugLoc());
383 return NewLI;