Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDNativeFormatting.cpp92 using UnsignedT = typename std::make_unsigned<T>::type; in write_signed() typedef
95 write_unsigned(S, static_cast<UnsignedT>(N), MinDigits, Style); in write_signed()
99 UnsignedT UN = -(UnsignedT)N; in write_signed()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64InstPrinter.cpp1548 typedef typename std::make_unsigned<T>::type UnsignedT; in printSVELogicalImm() typedef
1551 UnsignedT PrintVal = AArch64_AM::decodeLogicalImmediate(Val, 64); in printSVELogicalImm()