Home
last modified time | relevance | path

Searched refs:SubOverflow (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DInstructionCost.h122 if (SubOverflow(Value, RHS.Value, Result))
DMathExtras.h724 std::enable_if_t<std::is_signed<T>::value, T> SubOverflow(T X, T Y, T &Result) { in SubOverflow() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSequence.h159 if (SubOverflow(Value, Other.Value, Result))
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMathExtras.h902 SubOverflow(T X, T Y, T &Result) {