Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/IR/
DInstructions.cpp2549 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2550 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()
2553 DestTy = DestVecTy->getElementType(); in isCastable()
2610 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2611 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()
2614 DestTy = DestVecTy->getElementType(); in isBitCastable()
2662 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
2663 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()
2667 DestTy = DestVecTy->getElementType(); in getCastOpcode()
DConstantFold.cpp554 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
555 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1644 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local
1647 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()
1649 DestVecTy->getElementType(), IC)) in OptimizeIntegerToVectorInsertions()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCast.cpp2234 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
2235 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()