/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 88 return checkedOp(LHS, RHS, &llvm::APInt::umul_ov, /*Signed=*/false); in checkedMulUnsigned()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 567 Size = Size.umul_ov(NumElems, Overflow); in visitAllocaInst() 631 Size = Size.umul_ov(NumElems, Overflow); in visitCallSite()
|
D | ConstantFolding.cpp | 1964 Res = Op1->getValue().umul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
|
D | ValueTracking.cpp | 3739 (void)LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul() 3746 (void)LHSKnown.One.umul_ov(RHSKnown.One, MinOverflow); in computeOverflowForUnsignedMul()
|
D | ScalarEvolution.cpp | 2791 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function 2817 r = umul_ov(r, n-(i-1), Overflow); in Choose() 3057 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr() 3206 DivisorConstant->getAPInt().umul_ov(RHSC->getAPInt(), Overflow); in getUDivExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 1036 (void)APInt(8, I).umul_ov(APInt(8, V), Overflow); in TEST() 1075 (void)APInt(8, I).umul_ov(APInt(8, V), UOverflow); in TEST()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 540 Size = Size.umul_ov(NumElems, Overflow); in visitCallSite()
|
D | ValueTracking.cpp | 3311 LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul() 3318 LHSKnownOne.umul_ov(RHSKnownOne, MinOverflow); in computeOverflowForUnsignedMul()
|
D | ConstantFolding.cpp | 1793 Res = Op1->getValue().umul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
|
D | ScalarEvolution.cpp | 2382 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function 2408 r = umul_ov(r, n-(i-1), Overflow); in Choose() 2622 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 833 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 960 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 936 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1103 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 1395 Res = Op1->getValue().umul_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
|
D | ScalarEvolution.cpp | 1815 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function 1841 r = umul_ov(r, n-(i-1), Overflow); in Choose() 2055 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 505 LHSMax.umul_ov(RHSMax, Overflow); in visitCallInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 86 Product = C1.umul_ov(C2, Overflow); in MultiplyOverflows()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 627 Product = IsSigned ? C1.smul_ov(C2, Overflow) : C1.umul_ov(C2, Overflow); in multiplyOverflows()
|
D | InstCombineAddSub.cpp | 1068 (void)C0.umul_ov(C1, overflow); in MulWillOverflow()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 637 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2051 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 1927 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2097 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2025 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
|