Home | History | Annotate | Download | only in Utils

Lines Matching defs:Old

954         ICmpInst *Old = cast<ICmpInst>(*UI++);
955 Value *Cmp = B.CreateICmp(Old->getPredicate(), StrNCmp,
958 LCS->replaceAllUsesWith(Old, Cmp);