Searched refs:minOrMaxConst (Results 1 – 1 of 1) sorted by relevance
2265 Optional<int64_t> minOrMaxConst = None; in computeConstantLowerOrUpperBound() local2290 if (minOrMaxConst == None || boundConst > minOrMaxConst) in computeConstantLowerOrUpperBound()2291 minOrMaxConst = boundConst; in computeConstantLowerOrUpperBound()2293 if (minOrMaxConst == None || boundConst < minOrMaxConst) in computeConstantLowerOrUpperBound()2294 minOrMaxConst = boundConst; in computeConstantLowerOrUpperBound()2297 return minOrMaxConst; in computeConstantLowerOrUpperBound()