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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp149 static const unsigned MaxVectorWidth = 64; variable
1059 if (isPowerOf2_32(Val) && Val <= MaxVectorWidth)
4354 unsigned MaxVFWithoutSLForwardIssues = MaxVectorWidth*TypeByteSize;
4373 MaxVFWithoutSLForwardIssues != MaxVectorWidth*TypeByteSize)

Completed in 132 milliseconds