Home
last modified time | relevance | path

Searched refs:minOrMaxConst (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2265 Optional<int64_t> minOrMaxConst = None; in computeConstantLowerOrUpperBound() local
2290 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()