Searched refs:RVVVectorLMULMax (Results 1 – 1 of 1) sorted by relevance
49 static cl::opt<unsigned> RVVVectorLMULMax( variable194 assert(RVVVectorLMULMax <= 8 && isPowerOf2_32(RVVVectorLMULMax) && in getMaxLMULForFixedLengthVectors()197 std::max<unsigned>(std::min<unsigned>(RVVVectorLMULMax, 8), 1)); in getMaxLMULForFixedLengthVectors()