Searched defs:DestVecTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantFold.cpp556 VectorType *DestVecTy = cast<VectorType>(DestTy); local
557 Type *DstEltTy = DestVecTy->getElementType();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1573 VectorType *DestVecTy = cast<VectorType>(CI.getType()); local
1576 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements());
1578 DestVecTy->getElementType()))

Completed in 2969 milliseconds