Home | History | Annotate | Download | only in Analysis

Lines Matching refs:WideTy

1445   Type *WideTy = IntegerType::get(SE->getContext(), BitWidth * 2);
1447 SE->getAddExpr((SE->*GetExtendExpr)(PreStart, WideTy, Depth),
1448 (SE->*GetExtendExpr)(Step, WideTy, Depth));
1449 if ((SE->*GetExtendExpr)(Start, WideTy, Depth) == OperandExtendedStart) {
1688 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2);
1695 WideTy, Depth + 1);
1696 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy, Depth + 1);
1698 getZeroExtendExpr(CastedMaxBECount, WideTy, Depth + 1);
1702 getZeroExtendExpr(Step, WideTy, Depth + 1),
1720 getSignExtendExpr(Step, WideTy, Depth + 1),
2032 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2);
2039 WideTy, Depth + 1);
2040 const SCEV *WideStart = getSignExtendExpr(Start, WideTy, Depth + 1);
2042 getZeroExtendExpr(CastedMaxBECount, WideTy, Depth + 1);
2046 getSignExtendExpr(Step, WideTy, Depth + 1),
2064 getZeroExtendExpr(Step, WideTy, Depth + 1),