Searched refs:PostIncV (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2787 Instruction *PostIncV = dyn_cast<Instruction>( local
2789 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc)))
2792 Type *PostIncTy = PostIncV->getType();
2796 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc());
2799 Phi->replaceUsesOfWith(PostIncV, IVOper);
2800 DeadInsts.push_back(PostIncV);

Completed in 109 milliseconds