Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp92 CHECK(getType().isUnsignedIntegerTy()); in getUIntValue()
108 if (getType().isUnsignedIntegerTy()) in getPositiveIntValue()
H A Dubsan_value.h120 bool isUnsignedIntegerTy() const { in isUnsignedIntegerTy() function
H A Dubsan_diag.cpp127 else if (V.getType().isUnsignedIntegerTy()) in operator <<()