Home
last modified time | relevance | path

Searched refs:VecWidth (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp455 unsigned VecWidth = VecType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
459 if ((VecWidth % DestWidth != 0) || (ShiftAmount % DestWidth != 0)) in foldVecTruncToExtElt()
464 unsigned NumVecElts = VecWidth / DestWidth; in foldVecTruncToExtElt()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp316 const TargetTransformInfo *TTI, unsigned VecWidth, in InnerLoopVectorizer() argument
319 VF(VecWidth), UF(UnrollFactor), Builder(PSE.getSE()->getContext()), in InnerLoopVectorizer()