Home | History | Annotate | Download | only in IPO

Lines Matching refs:NewC

808       if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) {
809 I->replaceAllUsesWith(NewC);