Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:VType

993         Type *VType = getVecTypeForPair(aTypeI, aTypeJ);
1000 unsigned VecAlignment = DL->getPrefTypeAlignment(VType);
1010 unsigned VCost = TTI->getMemoryOpCost(I->getOpcode(), VType,
1016 VCost += TTI->getAddressComputationCost(VType);
1024 unsigned VParts = TTI->getNumberOfParts(VType);
2823 VectorType *VType = getVecTypeForPair(IType, JType);
2824 unsigned numElem = VType->getNumElements();
2836 K1 = new ShuffleVectorInst(K, UndefValue::get(VType),
2852 K2 = new ShuffleVectorInst(K, UndefValue::get(VType),