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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2910 Type *IVTy = IVSrc->getType(); local
2911 Type *IntTy = SE.getEffectiveSCEVType(IVTy);
2936 IVOper = Rewriter.expandCodeFor(IVOperExpr, IVTy, InsertPt);
2941 assert(IVTy == IVOper->getType() && "inconsistent IV increment type");
2947 if (IVTy != OperTy) {
2948 assert(SE.getTypeSizeInBits(IVTy) >= SE.getTypeSizeInBits(OperTy) &&
2969 if (IVTy != PostIncTy) {

Completed in 68 milliseconds