Searched refs:ALow (Results 1 – 1 of 1) sorted by relevance
471 ConstantInt *ALow = cast<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() local474 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()475 addRange(EndPoints, ALow, cast<ConstantInt>(A->getOperand(2 * AI + 1))); in getMostGenericRange()