reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
170 if (DstEltTy->isFloatingPointTy()) { 172 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits(); 205 Constant *Zero = Constant::getNullValue(DstEltTy); 240 unsigned DstBitSize = DL.getTypeSizeInBits(DstEltTy); 251 Result.append(Ratio, UndefValue::get(DstEltTy)); 269 if (DstEltTy->isPointerTy()) { 272 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy)); 277 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));