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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1195 IntegerType *IVTy = local
1213 cast<SCEVConstant>(SE.getConstant(IVTy, -1, true /* isSigned */));
1230 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt);
1249 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt);
H A DLoopStrengthReduce.cpp2882 Type *IVTy = IVSrc->getType(); local
2883 Type *IntTy = SE.getEffectiveSCEVType(IVTy);
2906 IVOper = Rewriter.expandCodeFor(IVOperExpr, IVTy, InsertPt);
2910 assert(IVTy == IVOper->getType() && "inconsistent IV increment type");
2916 if (IVTy != OperTy) {
2917 assert(SE.getTypeSizeInBits(IVTy) >= SE.getTypeSizeInBits(OperTy) &&
2938 if (IVTy != PostIncTy) {

Completed in 75 milliseconds