Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSlowDynamicAPInt.h67 friend SlowDynamicAPInt floorDiv(const SlowDynamicAPInt &LHS,
104 SlowDynamicAPInt floorDiv(const SlowDynamicAPInt &LHS,
H A DDynamicAPInt.h172 friend DynamicAPInt floorDiv(const DynamicAPInt &LHS,
367 LLVM_ATTRIBUTE_ALWAYS_INLINE DynamicAPInt floorDiv(const DynamicAPInt &LHS, in floorDiv() function
376 floorDiv(detail::SlowDynamicAPInt(LHS), detail::SlowDynamicAPInt(RHS))); in floorDiv()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp201 SlowDynamicAPInt detail::floorDiv(const SlowDynamicAPInt &LHS, in floorDiv() function in detail