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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1563 VectorType *DestVecTy = cast<VectorType>(CI.getType()); local
1566 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements());
1568 DestVecTy->getElementType()))
/external/llvm/lib/VMCore/
H A DInstructions.cpp2456 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy))
2457 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) {
2460 DestTy = DestVecTy->getElementType();
2528 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy))
2529 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) {
2533 DestTy = DestVecTy->getElementType();
H A DConstantFold.cpp553 VectorType *DestVecTy = cast<VectorType>(DestTy); local
554 Type *DstEltTy = DestVecTy->getElementType();
/external/clang/lib/Sema/
H A DSemaCast.cpp2037 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) {
2038 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector &&

Completed in 100 milliseconds