Searched refs:ECV (Results 1 – 2 of 2) sorted by relevance
1228 Value *ECV = Rewriter.expandCodeFor(ExitCount); in predicateLoopExits() local1232 if (ECV->getType() != RHS->getType()) { in predicateLoopExits()1233 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()1234 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits()1238 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits()
1981 Value *ECV = Rewriter.expandCodeFor(ExitCount); in predicateLoopExits() local1985 if (ECV->getType() != RHS->getType()) { in predicateLoopExits()1986 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()1987 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits()1992 NewCond = B.CreateICmp(Pred, ECV, RHS); in predicateLoopExits()