Searched refs:DstElemTy (Results 1 – 2 of 2) sorted by relevance
1515 Type *DstElemTy; in executeBitCastInst() local1535 DstElemTy = DstTy->getScalarType(); in executeBitCastInst()1539 DstElemTy = DstTy; in executeBitCastInst()1608 if (DstElemTy->isDoubleTy()) { in executeBitCastInst()1613 } else if (DstElemTy->isFloatTy()) { in executeBitCastInst()1622 if (DstElemTy->isDoubleTy()) in executeBitCastInst()1624 else if (DstElemTy->isFloatTy()) { in executeBitCastInst()
2047 Type *DstElemTy = DstVTy->getElementType(); in createBitOrPointerCast() local2048 assert((DL.getTypeSizeInBits(SrcElemTy) == DL.getTypeSizeInBits(DstElemTy)) && in createBitOrPointerCast()2052 if (CastInst::isBitOrNoopPointerCastable(SrcElemTy, DstElemTy, DL)) { in createBitOrPointerCast()2059 assert((DstElemTy->isPointerTy() != SrcElemTy->isPointerTy()) && in createBitOrPointerCast()2061 assert((DstElemTy->isFloatingPointTy() != SrcElemTy->isFloatingPointTy()) && in createBitOrPointerCast()