Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DStringMap.cpp182 const char *VStr = (char *)V + ItemSize; in RemoveKey() local
183 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
/llvm-project-15.0.7/llvm/tools/llvm-opt-report/
H A DOptReport.cpp382 auto VStr = [VFDigits, in writeReport() local
401 "V" + VStr(LLI) : (NothingVectorized ? "" : " " + VSpaces)); in writeReport()
416 VectorizedCols > 1 ? "V" + VStr(J.second) : in writeReport()