Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-opt-report/
H A DOptReport.cpp294 unsigned ICDigits = llvm::utostr(MaxLI.InterleaveCount).size(); in writeReport() local
368 std::string VSpaces(Succinct ? 0 : VFDigits + ICDigits + 1, ' '); in writeReport()
383 ICDigits](OptReportLocationInfo &LLI) -> std::string { in writeReport()
389 RS << std::string(VFDigits + ICDigits + 1 - RS.str().size(), ' '); in writeReport()