Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp338 ShortStr = "b" + utostr(64 / *Scale); in initShortStr()
341 ShortStr = "f" + utostr(ElementBitwidth); in initShortStr()
344 ShortStr = "bf" + utostr(ElementBitwidth); in initShortStr()
347 ShortStr = "i" + utostr(ElementBitwidth); in initShortStr()
350 ShortStr = "u" + utostr(ElementBitwidth); in initShortStr()
356 ShortStr += LMUL.str(); in initShortStr()
358 ShortStr += "x" + utostr(NF); in initShortStr()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h271 std::string ShortStr; variable
294 if (ShortStr.empty()) in getShortStr()
296 return ShortStr; in getShortStr()