Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp2525 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2526 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2529 DestTy = DestVecTy->getElementType(); in isCastable()
2580 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2581 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()
2584 DestTy = DestVecTy->getElementType(); in isBitCastable()
2644 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
2645 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
2649 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.cpp1663 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local
1666 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()
1668 DestVecTy->getElementType(), in OptimizeIntegerToVectorInsertions()
/external/clang/lib/Sema/
DSemaCast.cpp2314 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
2315 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()