Searched refs:BLow (Results 1 – 3 of 3) sorted by relevance
971 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange() local973 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()978 addRange(EndPoints, BLow, in getMostGenericRange()
999 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange() local1001 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()1006 addRange(EndPoints, BLow, in getMostGenericRange()
1022 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange() local1024 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()1029 addRange(EndPoints, BLow, in getMostGenericRange()