Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MaxLen

764   unsigned MaxLen = 0;
775 MaxLen = std::max(MaxLen, Len);
777 return MaxLen;