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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2913 Instruction *PostIncV = dyn_cast<Instruction>( local
2915 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc)))
2918 Type *PostIncTy = PostIncV->getType();
2922 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc());
2925 Phi->replaceUsesOfWith(PostIncV, IVOper);
2926 DeadInsts.emplace_back(PostIncV);

Completed in 154 milliseconds