Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DstTy

3651   Type *DstTy = Base.getType();
3652 if (!DstTy) return;
3653 DstTy = SE.getEffectiveSCEVType(DstTy);
3658 if (SrcTy != DstTy && TTI.isTruncateFree(SrcTy, DstTy)) {