Searched refs:MaxVectorWidth (Results 1 – 3 of 3) sorted by relevance
75 static const unsigned MaxVectorWidth; member
59 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams921 VectorizerParams::MaxVectorWidth * TypeByteSize; in couldPreventStoreLoadForward()941 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
1210 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()