Home | History | Annotate | Download | only in AArch64

Lines Matching refs:MaxUInt

9442   // symbolic values and well known constants (0, 1, -1, MaxUInt) we can
9444 int MaxUInt = (1 << width);
9458 (CompConstant == MaxUInt - 1 && AddConstant < 0) ||
9474 CompConstant < AddConstant + MaxUInt))
9488 CompConstant <= AddConstant + MaxUInt))
9495 CompConstant < AddConstant + MaxUInt) ||