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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2968 Type *PostIncTy = PostIncV->getType(); local
2969 if (IVTy != PostIncTy) {
2970 assert(PostIncTy->isPointerTy() && "mixing int/ptr IV types");
2973 IVOper = Builder.CreatePointerCast(IVSrc, PostIncTy, "lsr.chain");

Completed in 66 milliseconds