Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMPInt.h44 LLVM_ATTRIBUTE_ALWAYS_INLINE bool addOverflow(int64_t x, int64_t y, in addOverflow() function
321 detail::addOverflow(getSmall(), o.getSmall(), result.getSmall());
434 bool overflow = detail::addOverflow(getSmall(), o.getSmall(), result);