Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DDynamicAPInt.h363 LLVM_ATTRIBUTE_ALWAYS_INLINE DynamicAPInt ceilDiv(const DynamicAPInt &LHS, ceilDiv() function
/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp193 SlowDynamicAPInt detail::ceilDiv(const SlowDynamicAPInt &LHS, in ceilDiv() function in detail
/llvm-project/mlir/lib/IR/
H A DAffineExpr.cpp953 AffineExpr AffineExpr::ceilDiv(uint64_t v) const { ceilDiv() function in AffineExpr
956 AffineExpr AffineExpr::ceilDiv(AffineExpr other) const { ceilDiv() function in AffineExpr
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp4047 auto ceilDiv = [&](OpFoldResult v1, OpFoldResult v2) -> OpFoldResult { createDestinationTensor() local