Home
last modified time | relevance | path

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

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