Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-report/
H A DOptReport.cpp383 auto VStr = [VFDigits, in writeReport() local
402 "V" + VStr(LLI) : (NothingVectorized ? "" : " " + VSpaces)); in writeReport()
417 VectorizedCols > 1 ? "V" + VStr(J.second) : in writeReport()