Home
last modified time | relevance | path

Searched defs:MPInt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMPInt.h117 LLVM_ATTRIBUTE_ALWAYS_INLINE explicit MPInt(const detail::SlowMPInt &val) in MPInt() function
150 LLVM_ATTRIBUTE_ALWAYS_INLINE explicit MPInt(int64_t val) in MPInt() function
152 LLVM_ATTRIBUTE_ALWAYS_INLINE MPInt() : MPInt(0) {} in MPInt() function
157 LLVM_ATTRIBUTE_ALWAYS_INLINE MPInt(const MPInt &o) in MPInt() function