Lines Matching defs:MaxIndex
23906 unsigned MaxIndex = 0;23917 MaxIndex = std::max(MaxIndex, Index);23920 NearestPow2 = PowerOf2Ceil(MaxIndex);23921 if (InVT.isSimple() && NearestPow2 > 2 && MaxIndex < NearestPow2 &&