Searched refs:NewIV (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 1502 Value *NewIV = in replaceIV() local 1507 KV.first->replaceUsesOfWith(Inst, NewIV); in replaceIV() 1538 if (!isa<PointerType>(NewIV->getType()) && NeedNewIV && in replaceIV() 1539 (SE->getTypeSizeInBits(NewIV->getType()) < in replaceIV() 1543 NewIV = Builder.CreateSExt(NewIV, ICMinusPlus1SCEV->getType()); in replaceIV() 1546 ICMinusPlus1SCEV, NewIV->getType(), InsertPtr); in replaceIV() 1549 new ICmpInst(BI, CmpInst::ICMP_EQ, NewIV, ICMinusPlus1, "exitcond"); in replaceIV()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1879 Value *NewIV = OrigPhiRef; in replaceCongruentIVs() local 1883 NewIV = Builder.CreateTruncOrBitCast(OrigPhiRef, Phi->getType(), IVName); in replaceCongruentIVs() 1885 Phi->replaceAllUsesWith(NewIV); in replaceCongruentIVs()
|