Lines Matching refs:DstEltTy
117 Type *DstEltTy = DestVTy->getElementType();
129 if (DstEltTy->isFloatingPointTy()) {
131 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits();
164 Constant *Zero = Constant::getNullValue(DstEltTy);
195 unsigned DstBitSize = DstEltTy->getPrimitiveSizeInBits();
212 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));