/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 79 return checkedOp(LHS, RHS, &llvm::APInt::uadd_ov, /*Signed=*/false); in checkedAddUnsigned()
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 638 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/ |
D | ConstantRangeTest.cpp | 722 (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/ |
D | APInt.h | 828 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 955 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 931 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1098 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 1383 Res = Op1->getValue().uadd_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 646 allocationSize = allocationSize.uadd_ov(cookieSize, overflow); in EmitCXXNewAllocSize()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1781 Res = Op1->getValue().uadd_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1952 Res = Op1->getValue().uadd_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2016 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/ |
D | APInt.cpp | 1892 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2062 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1990 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/ |
D | InstCombineCompares.cpp | 46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3076 (void)(~N0Known.Zero).uadd_ov(~N1Known.Zero, overflow); in computeOverflowKind()
|