Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1555 Type *DstElemTy; in executeBitCastInst() local
1575 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1893 Type *DstElemTy = DstScalarTy->getElementType(); in getAddrSpaceCast() local
1894 if (SrcScalarTy->getElementType() != DstElemTy) { in getAddrSpaceCast()
1895 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2661 Type *DstElemTy = DstVTy->getElementType(); in createBitOrPointerCast() local
2662 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()