Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h131 bool isSignedBitIntTy() const { return isBitIntTy() && (TypeInfo & 1); } in isSignedBitIntTy() function
142 DCHECK(isSignedBitIntTy()); in getBitIntBitCountPointer()
153 if (isSignedBitIntTy()) { in getIntegerBitCount()