Home | History | Annotate | Download | only in Utils

Lines Matching refs:WideTy

374   auto *WideTy =
378 (SE->*Extension)((SE->*Operation)(LHS, RHS, SCEV::FlagAnyWrap), WideTy);
380 (SE->*Operation)((SE->*Extension)(LHS, WideTy),
381 (SE->*Extension)(RHS, WideTy), SCEV::FlagAnyWrap);
519 Type *WideTy = IntegerType::get(BO->getContext(), BitWidth * 2);
526 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy);
528 SE->getZeroExtendExpr(LHS, WideTy), SE->getZeroExtendExpr(RHS, WideTy),
538 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy);
540 SE->getSignExtendExpr(LHS, WideTy), SE->getSignExtendExpr(RHS, WideTy),