Home | History | Annotate | Download | only in Utils

Lines Matching defs:Old

895         ICmpInst *Old = cast<ICmpInst>(*UI++);
896 Value *Cmp = B.CreateICmp(Old->getPredicate(), StrNCmp,
899 LCS->replaceAllUsesWith(Old, Cmp);