Home
last modified time | relevance | path

Searched refs:DstElemTy (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1551 Type *DstElemTy; in executeBitCastInst() local
1571 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2242 Type *DstElemTy = DstScalarTy->getElementType(); in getAddrSpaceCast() local
2243 if (SrcScalarTy->getElementType() != DstElemTy) { in getAddrSpaceCast()
2244 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3202 Type *DstElemTy = DstFVTy->getElementType(); in createBitOrPointerCast() local
3203 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()