Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h188 std::string ShortStr; variable
212 if (ShortStr.empty()) in getShortStr()
214 return ShortStr; in getShortStr()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp313 ShortStr = "b" + utostr(64 / *Scale); in initShortStr()
316 ShortStr = "f" + utostr(ElementBitwidth); in initShortStr()
319 ShortStr = "i" + utostr(ElementBitwidth); in initShortStr()
322 ShortStr = "u" + utostr(ElementBitwidth); in initShortStr()
328 ShortStr += LMUL.str(); in initShortStr()