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()
2242 Type *DstElemTy = DstScalarTy->getElementType(); in getAddrSpaceCast() local2243 if (SrcScalarTy->getElementType() != DstElemTy) { in getAddrSpaceCast()2244 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast()
3202 Type *DstElemTy = DstFVTy->getElementType(); in createBitOrPointerCast() local3203 assert((DL.getTypeSizeInBits(SrcElemTy) == DL.getTypeSizeInBits(DstElemTy)) && in createBitOrPointerCast()3207 if (CastInst::isBitOrNoopPointerCastable(SrcElemTy, DstElemTy, DL)) { in createBitOrPointerCast()3214 assert((DstElemTy->isPointerTy() != SrcElemTy->isPointerTy()) && in createBitOrPointerCast()3216 assert((DstElemTy->isFloatingPointTy() != SrcElemTy->isFloatingPointTy()) && in createBitOrPointerCast()