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

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1188 IntegerType *IVTy = local
1206 cast<SCEVConstant>(SE.getConstant(IVTy, -1, true /* isSigned */));
1223 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt);
1242 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt);
H A DLoopStrengthReduce.cpp2904 Type *IVTy = IVSrc->getType(); local
2905 Type *IntTy = SE.getEffectiveSCEVType(IVTy);
2930 IVOper = Rewriter.expandCodeFor(IVOperExpr, IVTy, InsertPt);
2935 assert(IVTy == IVOper->getType() && "inconsistent IV increment type");
2941 if (IVTy != OperTy) {
2942 assert(SE.getTypeSizeInBits(IVTy) >= SE.getTypeSizeInBits(OperTy) &&
2963 if (IVTy != PostIncTy) {

Completed in 116 milliseconds