Searched refs:boundConst (Results 1 – 1 of 1) sorted by relevance
2286 int64_t boundConst = 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()