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