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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2734 Type *IVTy = IVSrc->getType(); local
2735 Type *IntTy = SE.getEffectiveSCEVType(IVTy);
2760 IVOper = Rewriter.expandCodeFor(IVOperExpr, IVTy, InsertPt);
2765 assert(IVTy == IVOper->getType() && "inconsistent IV increment type");
2771 if (IVTy != OperTy) {
2772 assert(SE.getTypeSizeInBits(IVTy) >= SE.getTypeSizeInBits(OperTy) &&
2793 if (IVTy != PostIncTy) {

Completed in 2136 milliseconds