Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp2799 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2800 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2803 DestTy = DestVecTy->getElementType(); in isCastable()
2854 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2855 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()
2858 DestTy = DestVecTy->getElementType(); in isBitCastable()
2918 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
2919 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
2923 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp571 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
572 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1741 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local
1744 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()
1746 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
/external/clang/lib/Sema/
DSemaCast.cpp2338 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
2339 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()