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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3229 Type *PostIncTy = PostIncV->getType(); local
3230 if (IVTy != PostIncTy) {
3231 assert(PostIncTy->isPointerTy() && "mixing int/ptr IV types");
3234 IVOper = Builder.CreatePointerCast(IVSrc, PostIncTy, "lsr.chain");

Completed in 84 milliseconds