Lines Matching refs:WideTy
1373 Type *WideTy = IntegerType::get(SE->getContext(), BitWidth * 2); in getPreStartForExtend() local
1375 SE->getAddExpr((SE->*GetExtendExpr)(PreStart, WideTy, Depth), in getPreStartForExtend()
1376 (SE->*GetExtendExpr)(Step, WideTy, Depth)); in getPreStartForExtend()
1377 if ((SE->*GetExtendExpr)(Start, WideTy, Depth) == OperandExtendedStart) { in getPreStartForExtend()
1653 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2); in getZeroExtendExprImpl() local
1660 WideTy, Depth + 1); in getZeroExtendExprImpl()
1661 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy, Depth + 1); in getZeroExtendExprImpl()
1663 getZeroExtendExpr(CastedMaxBECount, WideTy, Depth + 1); in getZeroExtendExprImpl()
1667 getZeroExtendExpr(Step, WideTy, Depth + 1), in getZeroExtendExprImpl()
1684 getSignExtendExpr(Step, WideTy, Depth + 1), in getZeroExtendExprImpl()
2028 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2); in getSignExtendExprImpl() local
2035 WideTy, Depth + 1); in getSignExtendExprImpl()
2036 const SCEV *WideStart = getSignExtendExpr(Start, WideTy, Depth + 1); in getSignExtendExprImpl()
2038 getZeroExtendExpr(CastedMaxBECount, WideTy, Depth + 1); in getSignExtendExprImpl()
2042 getSignExtendExpr(Step, WideTy, Depth + 1), in getSignExtendExprImpl()
2059 getZeroExtendExpr(Step, WideTy, Depth + 1), in getSignExtendExprImpl()
2325 auto *WideTy = in willNotOverflow() local
2329 (this->*Operation)(LHS, RHS, SCEV::FlagAnyWrap, 0), WideTy, 0); in willNotOverflow()
2330 const SCEV *LHSB = (this->*Extension)(LHS, WideTy, 0); in willNotOverflow()
2331 const SCEV *RHSB = (this->*Extension)(RHS, WideTy, 0); in willNotOverflow()