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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2963 Instruction *PostIncV = dyn_cast<Instruction>( local
2965 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc)))
2968 Type *PostIncTy = PostIncV->getType();
2972 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc());
2975 Phi->replaceUsesOfWith(PostIncV, IVOper);
2976 DeadInsts.push_back(PostIncV);

Completed in 83 milliseconds