Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DMathExtras.h23 inline int64_t ceilDiv(int64_t lhs, int64_t rhs) { in ceilDiv() function
/external/swiftshader/src/System/
DMath.hpp210 inline int ceilDiv(int a, int b) in ceilDiv() function
/external/llvm-project/mlir/lib/IR/
DAffineExpr.cpp752 AffineExpr AffineExpr::ceilDiv(uint64_t v) const { in ceilDiv() function in AffineExpr
755 AffineExpr AffineExpr::ceilDiv(AffineExpr other) const { in ceilDiv() function in AffineExpr
/external/swiftshader/src/Common/
DMath.hpp242 inline int ceilDiv(int a, int b) in ceilDiv() function
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/
DBuilders.cpp187 Value mlir::edsc::op::ceilDiv(Value lhs, Value rhs) { in ceilDiv() function in mlir::edsc::op
/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExpr.cpp53 AffineExprMatcher ceilDiv(AffineExprMatcher other) { in ceilDiv() function in __anonacd1e89f0111::AffineExprMatcher