Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h250 std::string ShortStr; variable
273 if (ShortStr.empty()) in getShortStr()
275 return ShortStr; in getShortStr()
/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp312 ShortStr = "b" + utostr(64 / *Scale); in initShortStr()
315 ShortStr = "f" + utostr(ElementBitwidth); in initShortStr()
318 ShortStr = "i" + utostr(ElementBitwidth); in initShortStr()
321 ShortStr = "u" + utostr(ElementBitwidth); in initShortStr()
327 ShortStr += LMUL.str(); in initShortStr()