Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DUtils.cpp424 std::transform(range.begin(), range.end(), result.begin(), int64FromMPInt); in getInt64Vec()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMPInt.h260 static inline int64_t int64FromMPInt(const MPInt &x) { return int64_t(x); } in int64FromMPInt() function