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