Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp94 using UnsignedT = std::make_unsigned_t<T>; in write_signed() typedef
97 write_unsigned(S, static_cast<UnsignedT>(N), MinDigits, Style); in write_signed()
101 UnsignedT UN = -(UnsignedT)N; in write_signed()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp2065 typedef std::make_unsigned_t<T> UnsignedT; in printZPRasFPR()
2068 UnsignedT PrintVal = AArch64_AM::decodeLogicalImmediate(Val, 64); in printZPRasFPR()
2050 typedef std::make_unsigned_t<T> UnsignedT; printSVELogicalImm() typedef