Searched refs:LowBound (Results 1 – 1 of 1) sorted by relevance
391 APInt LowBound; in buildBitTests() local411 LowBound = APInt::getZero(Low.getBitWidth()); in buildBitTests()415 LowBound = Low; in buildBitTests()433 uint64_t Lo = (Clusters[i].Low->getValue() - LowBound).getZExtValue(); in buildBitTests()434 uint64_t Hi = (Clusters[i].High->getValue() - LowBound).getZExtValue(); in buildBitTests()457 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()