Searched refs:isSignedIntegerTy (Results 1 – 4 of 4) sorted by relevance
118 bool isSignedIntegerTy() const { in isSignedIntegerTy() function183 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()188 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
24 CHECK(getType().isSignedIntegerTy()); in getSIntValue()
111 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl()145 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl()
115 if (V.getType().isSignedIntegerTy()) in operator <<()