Home
last modified time | relevance | path

Searched refs:VFDigits (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp292 unsigned VFDigits = llvm::utostr(MaxLI.VectorizationFactor).size(); in writeReport() local
367 std::string VSpaces(Succinct ? 0 : VFDigits + ICDigits + 1, ' '); in writeReport()
381 auto VStr = [VFDigits, in writeReport()
388 RS << std::string(VFDigits + ICDigits + 1 - RS.str().size(), ' '); in writeReport()