Lines Matching defs:IntegerValue
10816 llvm::APSInt IntegerValue(S.Context.getIntWidth(T),
10819 IntegerValue, llvm::APFloat::rmTowardZero, &isExact);
10831 if (S.ObjC().isSignedCharBool(T) && IntegerValue != 0 && IntegerValue != 1) {
10856 } else if (IntegerValue == 0) {
10864 if (IntegerValue.isUnsigned()) {
10865 if (!IntegerValue.isMaxValue()) {
10869 } else { // IntegerValue.isSigned()
10870 if (!IntegerValue.isMaxSignedValue() &&
10871 !IntegerValue.isMinSignedValue()) {
10884 IntegerValue.toString(PrettyTargetValue);