Searched refs:DstElemTy (Results 1 – 5 of 5) sorted by relevance
1555 Type *DstElemTy; in executeBitCastInst() local1575 DstElemTy = DstTy->getScalarType(); in executeBitCastInst()1579 DstElemTy = DstTy; in executeBitCastInst()1648 if (DstElemTy->isDoubleTy()) { in executeBitCastInst()1653 } else if (DstElemTy->isFloatTy()) { in executeBitCastInst()1662 if (DstElemTy->isDoubleTy()) in executeBitCastInst()1664 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()
1893 Type *DstElemTy = DstScalarTy->getElementType(); in getAddrSpaceCast() local1894 if (SrcScalarTy->getElementType() != DstElemTy) { in getAddrSpaceCast()1895 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast()
2661 Type *DstElemTy = DstVTy->getElementType(); in createBitOrPointerCast() local2662 assert((DL.getTypeSizeInBits(SrcElemTy) == DL.getTypeSizeInBits(DstElemTy)) && in createBitOrPointerCast()2666 if (CastInst::isBitOrNoopPointerCastable(SrcElemTy, DstElemTy, DL)) { in createBitOrPointerCast()2673 assert((DstElemTy->isPointerTy() != SrcElemTy->isPointerTy()) && in createBitOrPointerCast()2675 assert((DstElemTy->isFloatingPointTy() != SrcElemTy->isFloatingPointTy()) && in createBitOrPointerCast()