Home | History | Annotate | Download | only in Analysis

Lines Matching refs:TruncTy

3110       Type *TruncTy =
3112 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy);
4738 Type *TruncTy = nullptr;
4741 if ((TruncTy =
4816 getAddRecExpr(getTruncateExpr(StartVal, TruncTy),
4817 getTruncateExpr(Accum, TruncTy), L, SCEV::FlagAnyWrap);
4845 const SCEV *TruncatedExpr = getTruncateExpr(Expr, TruncTy);
6392 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt);
6405 getTruncateExpr(ShlOp0SCEV, TruncTy), OuterTy);
6413 // the multiplier, 1 << (ShlAmt - AShrAmt), fits into TruncTy as
6418 getMulExpr(getTruncateExpr(ShlOp0SCEV, TruncTy),