Searched refs:VType (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp965 Type *VType = getVecTypeForPair(aTypeI, aTypeJ); local
972 unsigned VecAlignment = TD->getPrefTypeAlignment(VType);
982 unsigned VCost = TTI->getMemoryOpCost(I->getOpcode(), VType,
988 VCost += TTI->getAddressComputationCost(VType);
996 unsigned VParts = TTI->getNumberOfParts(VType);
2749 VectorType *VType = getVecTypeForPair(IType, JType); local
2750 unsigned numElem = VType->getNumElements();
2762 K1 = new ShuffleVectorInst(K, UndefValue::get(VType),
2778 K2 = new ShuffleVectorInst(K, UndefValue::get(VType),
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1101 llvm::VectorType *VType = local
1104 if (!VType) {
1113 unsigned ResElts = VType->getNumElements();
1122 llvm::Value *V = llvm::UndefValue::get(VType);
1238 llvm::Type *EltTy = VType->getElementType();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp489 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) {
490 ElementType = VType->getElementType();
491 NumElements = VType->getNumElements();
2287 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>())
2288 NumElements = VType->getNumElements();

Completed in 144 milliseconds