Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dtest_neg_one.pass.cpp78 typedef typename std::make_signed<T>::type SignedT; in test_negate() typedef
83 T value = std::numeric_limits<SignedT>::max(); in test_negate()
100 T value = std::numeric_limits<SignedT>::max(); in test_negate()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1725 typedef std::make_signed_t<T> SignedT; in printSVELogicalImm() typedef
1732 if ((int16_t)PrintVal == (SignedT)PrintVal) in printSVELogicalImm()