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

/external/llvm/lib/IR/
H A DConstantFold.cpp571 VectorType *DestVecTy = cast<VectorType>(DestTy); local
572 Type *DstEltTy = DestVecTy->getElementType();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1663 VectorType *DestVecTy = cast<VectorType>(CI.getType()); local
1666 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements());
1668 DestVecTy->getElementType(),

Completed in 89 milliseconds