Home
last modified time | relevance | path

Searched refs:uadd_ov (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCheckedArithmetic.h87 return checkedOp(LHS, RHS, &llvm::APInt::uadd_ov, /*Signed=*/false); in checkedAddUnsigned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h931 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1115 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1963 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt
2050 APInt Res = uadd_ov(RHS, Overflow); in uadd_sat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2164 Res = C0->uadd_ov(*C1, Overflow); in ConstantFoldScalarCall2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1975 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2036 IsSigned ? C1->sadd_ov(*C0, Overflow) : C1->uadd_ov(*C0, Overflow); in visitCallInst()
DInstCombineCompares.cpp45 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3435 (void)N0Known.getMaxValue().uadd_ov(N1Known.getMaxValue(), overflow); in computeOverflowKind()