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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp746 Type *VType = getVecTypeForPair(aTypeI, aTypeJ); local
747 unsigned VecAlignment = TD->getPrefTypeAlignment(VType);
2038 VectorType *VType = getVecTypeForPair(IType, JType); local
2039 unsigned numElem = VType->getNumElements();
2059 K1 = new ShuffleVectorInst(K, UndefValue::get(VType),
2077 K2 = new ShuffleVectorInst(K, UndefValue::get(VType),
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp849 llvm::VectorType *VType = local
852 if (!VType) {
861 unsigned ResElts = VType->getNumElements();
870 llvm::Value *V = llvm::UndefValue::get(VType);
986 llvm::Type *EltTy = VType->getElementType();

Completed in 335 milliseconds