Home | History | Annotate | Download | only in Analysis

Lines Matching defs:DstTy

2024     Type *DstTy = LI->getType();
2029 Q.TD->getPointerSizeInBits() == DstTy->getPrimitiveSizeInBits()) {
2060 // reextended to DstTy.
2062 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy);
2119 // reextended to DstTy.
2121 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy);