Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DInstructions.cpp2450 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2451 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2454 DestTy = DestVecTy->getElementType(); in isCastable()
2522 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
2523 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
2527 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp554 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
555 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1569 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local
1572 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()
1574 DestVecTy->getElementType())) in OptimizeIntegerToVectorInsertions()
/external/clang/lib/Sema/
DSemaCast.cpp1987 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
1988 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()