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

/external/compiler-rt/lib/ubsan/
H A Dubsan_value.cc43 CHECK(getType().isUnsignedIntegerTy());
59 if (getType().isUnsignedIntegerTy())
H A Dubsan_value.h128 bool isUnsignedIntegerTy() const { function in class:__ubsan::TypeDescriptor
H A Dubsan_diag.cc86 else if (V.getType().isUnsignedIntegerTy())

Completed in 62 milliseconds