Searched refs:isUnsignedIntegerTy (Results 1 – 3 of 3) sorted by relevance
90 CHECK(getType().isUnsignedIntegerTy()); in getUIntValue()106 if (getType().isUnsignedIntegerTy()) in getPositiveIntValue()
120 bool isUnsignedIntegerTy() const { in isUnsignedIntegerTy() function
125 else if (V.getType().isUnsignedIntegerTy()) in operator <<()