Searched refs:DstElemTy (Results 1 – 5 of 5) sorted by relevance
1502 Type *DstElemTy; in executeBitCastInst() local1522 DstElemTy = DstTy->getScalarType(); in executeBitCastInst()1526 DstElemTy = DstTy; in executeBitCastInst()1595 if (DstElemTy->isDoubleTy()) { in executeBitCastInst()1600 } else if (DstElemTy->isFloatTy()) { in executeBitCastInst()1609 if (DstElemTy->isDoubleTy()) in executeBitCastInst()1611 else if (DstElemTy->isFloatTy()) { in executeBitCastInst()
1503 Type *DstElemTy; in executeBitCastInst() local1523 DstElemTy = DstTy->getScalarType(); in executeBitCastInst()1527 DstElemTy = DstTy; in executeBitCastInst()1596 if (DstElemTy->isDoubleTy()) { in executeBitCastInst()1601 } else if (DstElemTy->isFloatTy()) { in executeBitCastInst()1610 if (DstElemTy->isDoubleTy()) in executeBitCastInst()1612 else if (DstElemTy->isFloatTy()) { in executeBitCastInst()
1721 Type *DstElemTy = DstScalarTy->getElementType(); in getAddrSpaceCast() local1722 if (SrcScalarTy->getElementType() != DstElemTy) { in getAddrSpaceCast()1723 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast()
1771 Type *DstElemTy = DstScalarTy->getElementType(); in getAddrSpaceCast() local1772 if (SrcScalarTy->getElementType() != DstElemTy) { in getAddrSpaceCast()1773 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast()
2677 Type *DstElemTy = DstVTy->getElementType(); in createBitOrPointerCast() local2678 assert((DL.getTypeSizeInBits(SrcElemTy) == DL.getTypeSizeInBits(DstElemTy)) && in createBitOrPointerCast()2682 if (CastInst::isBitOrNoopPointerCastable(SrcElemTy, DstElemTy, DL)) { in createBitOrPointerCast()2689 assert((DstElemTy->isPointerTy() != SrcElemTy->isPointerTy()) && in createBitOrPointerCast()2691 assert((DstElemTy->isFloatingPointTy() != SrcElemTy->isFloatingPointTy()) && in createBitOrPointerCast()