Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1515 Type *DstElemTy; in executeBitCastInst() local
1535 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2047 Type *DstElemTy = DstVTy->getElementType(); in createBitOrPointerCast() local
2048 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()