Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCheckedArithmetic.h79 return checkedOp(LHS, RHS, &llvm::APInt::uadd_ov, /*Signed=*/false); in checkedAddUnsigned()
/external/llvm/unittests/IR/
DConstantRangeTest.cpp638 I.uadd_ov(C, Overflow); in TEST()
656 I.uadd_ov(C, Overflow); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp722 (void)I.uadd_ov(C, Overflow); in TEST()
740 (void)I.uadd_ov(C, Overflow); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h828 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/include/llvm/ADT/
DAPInt.h955 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h931 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1098 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp1383 Res = Op1->getValue().uadd_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp646 allocationSize = allocationSize.uadd_ov(cookieSize, overflow); in EmitCXXNewAllocSize()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1781 Res = Op1->getValue().uadd_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1952 Res = Op1->getValue().uadd_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
/external/llvm/lib/Support/
DAPInt.cpp2016 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1892 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2062 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1990 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3076 (void)(~N0Known.Zero).uadd_ov(~N1Known.Zero, overflow); in computeOverflowKind()