Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMPInt.h60 LLVM_ATTRIBUTE_ALWAYS_INLINE bool mulOverflow(int64_t x, int64_t y, in mulOverflow() function
343 detail::mulOverflow(getSmall(), o.getSmall(), result.getSmall());
462 bool overflow = detail::mulOverflow(getSmall(), o.getSmall(), result);