Searched refs:VecWidth (Results 1 – 2 of 2) sorted by relevance
455 unsigned VecWidth = VecType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local459 if ((VecWidth % DestWidth != 0) || (ShiftAmount % DestWidth != 0)) in foldVecTruncToExtElt()464 unsigned NumVecElts = VecWidth / DestWidth; in foldVecTruncToExtElt()
316 const TargetTransformInfo *TTI, unsigned VecWidth, in InnerLoopVectorizer() argument319 VF(VecWidth), UF(UnrollFactor), Builder(PSE.getSE()->getContext()), in InnerLoopVectorizer()