Searched refs:ECV (Results 1 – 2 of 2) sorted by relevance
1155 Value *ECV = Rewriter.expandCodeFor(ExitCount); in predicateLoopExits() local1159 if (ECV->getType() != RHS->getType()) { in predicateLoopExits()1160 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()1161 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits()1165 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits()
1697 Value *ECV = Rewriter.expandCodeFor(ExitCount); in predicateLoopExits() local1701 if (ECV->getType() != RHS->getType()) { in predicateLoopExits()1702 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()1703 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits()1708 NewCond = B.CreateICmp(Pred, ECV, RHS); in predicateLoopExits()