Searched refs:minOrMaxConst (Results 1 – 1 of 1) sorted by relevance
1542 Optional<int64_t> minOrMaxConst = None; in computeConstantLowerOrUpperBound() local1567 if (minOrMaxConst == None || boundConst > minOrMaxConst) in computeConstantLowerOrUpperBound()1568 minOrMaxConst = boundConst; in computeConstantLowerOrUpperBound()1570 if (minOrMaxConst == None || boundConst < minOrMaxConst) in computeConstantLowerOrUpperBound()1571 minOrMaxConst = boundConst; in computeConstantLowerOrUpperBound()1574 return minOrMaxConst; in computeConstantLowerOrUpperBound()