Home | History | Annotate | Download | only in Analysis

Lines Matching defs:DstTy

2023     Type *DstTy = LI->getType();
2028 Q.DL->getTypeSizeInBits(SrcTy) == DstTy->getPrimitiveSizeInBits()) {
2059 // reextended to DstTy.
2061 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy);
2118 // reextended to DstTy.
2120 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy);