Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2967 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2968 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2971 DestTy = DestVecTy->getElementType(); in isCastable()
3022 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
3023 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in isBitCastable()
3026 DestTy = DestVecTy->getElementType(); in isBitCastable()
3089 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
3090 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
3094 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp576 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
577 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2068 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local
2071 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()
2073 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()