Lines Matching defs:IntegerValue
10440 llvm::APSInt IntegerValue(S.Context.getIntWidth(T),
10443 IntegerValue, llvm::APFloat::rmTowardZero, &isExact);
10455 if (S.ObjC().isSignedCharBool(T) && IntegerValue != 0 && IntegerValue != 1) {
10480 } else if (IntegerValue == 0) {
10488 if (IntegerValue.isUnsigned()) {
10489 if (!IntegerValue.isMaxValue()) {
10493 } else { // IntegerValue.isSigned()
10494 if (!IntegerValue.isMaxSignedValue() &&
10495 !IntegerValue.isMinSignedValue()) {
10508 IntegerValue.toString(PrettyTargetValue);