Searched refs:ALow (Results 1 – 3 of 3) sorted by relevance
970 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() local973 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()974 addRange(EndPoints, ALow, in getMostGenericRange()
998 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() local1001 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()1002 addRange(EndPoints, ALow, in getMostGenericRange()
1021 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() local1024 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()1025 addRange(EndPoints, ALow, in getMostGenericRange()