Searched refs:ECV (Results 1 – 2 of 2) sorted by relevance
1220 Value *ECV = Rewriter.expandCodeFor(ExitCount); in predicateLoopExits() local1224 if (ECV->getType() != RHS->getType()) { in predicateLoopExits()1225 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()1226 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits()1230 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits()
1861 Value *ECV = Rewriter.expandCodeFor(ExitCount); in predicateLoopExits() local1865 if (ECV->getType() != RHS->getType()) { in predicateLoopExits()1866 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()1867 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits()1872 NewCond = B.CreateICmp(Pred, ECV, RHS); in predicateLoopExits()