Home | History | Annotate | Download | only in Utils

Lines Matching refs:WideTy

451   auto *WideTy =
456 WideTy, 0);
458 (SE->*Operation)((SE->*Extension)(LHS, WideTy, 0),
459 (SE->*Extension)(RHS, WideTy, 0), SCEV::FlagAnyWrap, 0);
749 Type *WideTy = IntegerType::get(BO->getContext(), BitWidth * 2);
756 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy);
758 SE->getZeroExtendExpr(LHS, WideTy), SE->getZeroExtendExpr(RHS, WideTy),
768 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy);
770 SE->getSignExtendExpr(LHS, WideTy), SE->getSignExtendExpr(RHS, WideTy),