Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp2574 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2575 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2578 DestTy = DestVecTy->getElementType(); in isCastable()
2635 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2636 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()
2639 DestTy = DestVecTy->getElementType(); in isBitCastable()
2687 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
2688 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
2692 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp557 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
558 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1700 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local
1703 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()
1705 DestVecTy->getElementType(), IC)) in OptimizeIntegerToVectorInsertions()
/external/clang/lib/Sema/
DSemaCast.cpp2277 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
2278 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()