Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp339 unsigned VFDigits = llvm::utostr(MaxLI.VectorizationFactor).size(); in writeReport() local
414 std::string VSpaces(Succinct ? 0 : VFDigits + ICDigits + 1, ' '); in writeReport()
428 auto VStr = [VFDigits, in writeReport()
435 RS << std::string(VFDigits + ICDigits + 1 - RS.str().size(), ' '); in writeReport()