Lines Matching defs:High
752 if (C.Low != C.High) {
754 C.High->getValue().print(dbgs(), true);
819 (FirstLeft->High->getValue() + 1LL) == Pivot->getValue()) {
830 // directly if RHS.High equals the current upper bound.
833 (FirstRight->High->getValue() + 1ULL) == W.LT->getValue()) {
957 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue();
967 auto Diff = MIB.buildConstant(CmpTy, High - Low);
1074 if (I->Low == I->High) {
1081 // Check I->Low <= Cond <= I->High.
1085 RHS = I->High;