Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringMap.cpp176 const char *VStr = (char *)V + ItemSize; in RemoveKey() local
177 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp381 auto VStr = [VFDigits, in writeReport() local
400 "V" + VStr(LLI) : (NothingVectorized ? "" : " " + VSpaces)); in writeReport()
415 VectorizedCols > 1 ? "V" + VStr(J.second) : in writeReport()