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