Searched refs:DstElemTy (Results 1 – 3 of 3) sorted by relevance
1551 Type *DstElemTy; in executeBitCastInst() local1571 DstElemTy = DstTy->getScalarType(); in executeBitCastInst()1575 DstElemTy = DstTy; in executeBitCastInst()1644 if (DstElemTy->isDoubleTy()) { in executeBitCastInst()1649 } else if (DstElemTy->isFloatTy()) { in executeBitCastInst()1658 if (DstElemTy->isDoubleTy()) in executeBitCastInst()1660 else if (DstElemTy->isFloatTy()) { in executeBitCastInst()
2945 Type *DstElemTy = Call.getParamByValType(ix); in isSafeToEliminateVarargsCast() local2946 if (!SrcElemTy->isSized() || !DstElemTy->isSized()) in isSafeToEliminateVarargsCast()2948 if (DL.getTypeAllocSize(SrcElemTy) != DL.getTypeAllocSize(DstElemTy)) in isSafeToEliminateVarargsCast()
2938 Type *DstElemTy = DstFVTy->getElementType(); in createBitOrPointerCast() local2939 assert((DL.getTypeSizeInBits(SrcElemTy) == DL.getTypeSizeInBits(DstElemTy)) && in createBitOrPointerCast()2943 if (CastInst::isBitOrNoopPointerCastable(SrcElemTy, DstElemTy, DL)) { in createBitOrPointerCast()2950 assert((DstElemTy->isPointerTy() != SrcElemTy->isPointerTy()) && in createBitOrPointerCast()2952 assert((DstElemTy->isFloatingPointTy() != SrcElemTy->isFloatingPointTy()) && in createBitOrPointerCast()