Searched refs:NextIV (Results 1 – 3 of 3) sorted by relevance
1113 auto *NextIV = Builder.CreateAdd(IV, Builder.getInt32(1)); in insertCounterWriteout() local1115 Builder.CreateICmpSLT(NextIV, Builder.getInt32(FileInfos.size())); in insertCounterWriteout()1117 IV->addIncoming(NextIV, FileLoopLatch); in insertCounterWriteout()
2597 Value *const NextIV = getWideOperand(IVOper); in ChainInstruction() local2598 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction()2616 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()
2876 Value *const NextIV = getWideOperand(IVOper); in ChainInstruction() local2877 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction()2895 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()