Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCheckedArithmetic.h96 return checkedOp(LHS, RHS, &llvm::APInt::umul_ov, /*Signed=*/false); in checkedMulUnsigned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp647 Size = Size.umul_ov(NumElems, Overflow); in visitAllocaInst()
711 Size = Size.umul_ov(NumElems, Overflow); in visitCallSite()
DConstantFolding.cpp2176 Res = C0->umul_ov(*C1, Overflow); in ConstantFoldScalarCall2()
DScalarEvolution.cpp2859 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function
2885 r = umul_ov(r, n-(i-1), Overflow); in Choose()
3126 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr()
3276 DivisorConstant->getAPInt().umul_ov(RHSC->getAPInt(), Overflow); in getUDivExpr()
DInstructionSimplify.cpp1083 (void)C1->getValue().umul_ov(C2->getValue(), Overflow); in simplifyDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1531 (void) Min.umul_ov(OtherMin, Overflow); in unsignedMulMayOverflow()
1535 (void) Max.umul_ov(OtherMax, Overflow); in unsignedMulMayOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h936 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1120 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1998 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
2091 APInt Res = umul_ov(RHS, Overflow); in umul_sat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp650 Product = IsSigned ? C1.smul_ov(C2, Overflow) : C1.umul_ov(C2, Overflow); in multiplyOverflows()
DInstCombineAddSub.cpp1021 (void)C0.umul_ov(C1, overflow); in MulWillOverflow()
DInstCombineCalls.cpp4376 APInt Size = N.umul_ov(Op1C->getValue(), Overflow); in annotateAnyAllocSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2010 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp4596 if ((Size->getValue().umul_ov(Num->getValue(), Overflow)) in updateImpl()