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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2792 Type *PostIncTy = PostIncV->getType(); local
2793 if (IVTy != PostIncTy) {
2794 assert(PostIncTy->isPointerTy() && "mixing int/ptr IV types");
2797 IVOper = Builder.CreatePointerCast(IVSrc, PostIncTy, "lsr.chain");

Completed in 182 milliseconds