Searched refs:LowBound (Results 1 – 1 of 1) sorted by relevance
8488 APInt LowBound; in buildBitTests() local8509 LowBound = APInt::getNullValue(Low.getBitWidth()); in buildBitTests()8513 LowBound = Low; in buildBitTests()8531 uint64_t Lo = (Clusters[i].Low->getValue() - LowBound).getZExtValue(); in buildBitTests()8532 uint64_t Hi = (Clusters[i].High->getValue() - LowBound).getZExtValue(); in buildBitTests()8553 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()