Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DConstraintSystem.h139 if (SubOverflow(R[0], int64_t(1), R[0])) { in toStrictLessThan()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DConstraintSystem.h139 if (SubOverflow(R[0], int64_t(1), R[0])) { in toStrictLessThan()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DConstraintSystem.h139 if (SubOverflow(R[0], int64_t(1), R[0])) { in toStrictLessThan()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DConstraintSystem.h139 if (SubOverflow(R[0], int64_t(1), R[0])) { in toStrictLessThan()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DInstructionCost.h122 if (SubOverflow(Value, RHS.Value, Result))
DMathExtras.h597 std::enable_if_t<std::is_signed_v<T>, T> SubOverflow(T X, T Y, T &Result) { in SubOverflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DInstructionCost.h122 if (SubOverflow(Value, RHS.Value, Result))
DMathExtras.h611 std::enable_if_t<std::is_signed_v<T>, T> SubOverflow(T X, T Y, T &Result) { in SubOverflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DInstructionCost.h122 if (SubOverflow(Value, RHS.Value, Result))
DMathExtras.h597 std::enable_if_t<std::is_signed_v<T>, T> SubOverflow(T X, T Y, T &Result) { in SubOverflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DInstructionCost.h122 if (SubOverflow(Value, RHS.Value, Result))
DMathExtras.h597 std::enable_if_t<std::is_signed_v<T>, T> SubOverflow(T X, T Y, T &Result) { in SubOverflow() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DInstructionCost.h122 if (SubOverflow(Value, RHS.Value, Result))
H A DMathExtras.h724 std::enable_if_t<std::is_signed<T>::value, T> SubOverflow(T X, T Y, T &Result) { in SubOverflow() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSequence.h159 if (SubOverflow(Value, Other.Value, Result))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSequence.h159 if (SubOverflow(Value, Other.Value, Result))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSequence.h159 if (SubOverflow(Value, Other.Value, Result))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSequence.h159 if (SubOverflow(Value, Other.Value, Result))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSequence.h159 if (SubOverflow(Value, Other.Value, Result))
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMathExtras.h902 SubOverflow(T X, T Y, T &Result) {