Searched refs:lowBound (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2403 APInt lowBound = APInt::getNullValue(cmpRange.getBitWidth()); local
2411 lowBound = minValue;
2432 uint64_t lo = (lowValue - lowBound).getZExtValue();
2433 uint64_t hi = (highValue - lowBound).getZExtValue();
2468 BitTestBlock BTB(lowBound, cmpRange, SV,

Completed in 87 milliseconds