Lines Matching defs:MaxIndex
23397 unsigned MaxIndex = 0;23408 MaxIndex = std::max(MaxIndex, Index);23411 NearestPow2 = PowerOf2Ceil(MaxIndex);23412 if (InVT.isSimple() && NearestPow2 > 2 && MaxIndex < NearestPow2 &&