Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:lowBound

2331   APInt lowBound = APInt::getNullValue(cmpRange.getBitWidth());
2339 lowBound = minValue;
2360 uint64_t lo = (lowValue - lowBound).getZExtValue();
2361 uint64_t hi = (highValue - lowBound).getZExtValue();
2395 BitTestBlock BTB(lowBound, cmpRange, SV,