Home
last modified time | relevance | path

Searched refs:umul_ov (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCheckedArithmetic.h88 return checkedOp(LHS, RHS, &llvm::APInt::umul_ov, /*Signed=*/false); in checkedMulUnsigned()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp567 Size = Size.umul_ov(NumElems, Overflow); in visitAllocaInst()
631 Size = Size.umul_ov(NumElems, Overflow); in visitCallSite()
DConstantFolding.cpp1964 Res = Op1->getValue().umul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
DValueTracking.cpp3739 (void)LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul()
3746 (void)LHSKnown.One.umul_ov(RHSKnown.One, MinOverflow); in computeOverflowForUnsignedMul()
DScalarEvolution.cpp2791 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/
DConstantRangeTest.cpp1036 (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/
DMemoryBuiltins.cpp540 Size = Size.umul_ov(NumElems, Overflow); in visitCallSite()
DValueTracking.cpp3311 LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul()
3318 LHSKnownOne.umul_ov(RHSKnownOne, MinOverflow); in computeOverflowForUnsignedMul()
DConstantFolding.cpp1793 Res = Op1->getValue().umul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
DScalarEvolution.cpp2382 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/
DAPInt.h833 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/include/llvm/ADT/
DAPInt.h960 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h936 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1103 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp1395 Res = Op1->getValue().umul_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
DScalarEvolution.cpp1815 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/
DInstCombineCalls.cpp505 LHSMax.umul_ov(RHSMax, Overflow); in visitCallInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp86 Product = C1.umul_ov(C2, Overflow); in MultiplyOverflows()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp627 Product = IsSigned ? C1.smul_ov(C2, Overflow) : C1.umul_ov(C2, Overflow); in multiplyOverflows()
DInstCombineAddSub.cpp1068 (void)C0.umul_ov(C1, overflow); in MulWillOverflow()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp637 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()
/external/llvm/lib/Support/
DAPInt.cpp2051 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/
DAPInt.cpp1927 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2097 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2025 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt

12