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/ |
D | CheckedArithmetic.h | 96 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/ |
D | MemoryBuiltins.cpp | 647 Size = Size.umul_ov(NumElems, Overflow); in visitAllocaInst() 711 Size = Size.umul_ov(NumElems, Overflow); in visitCallSite()
|
D | ConstantFolding.cpp | 2176 Res = C0->umul_ov(*C1, Overflow); in ConstantFoldScalarCall2()
|
D | ScalarEvolution.cpp | 2859 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()
|
D | InstructionSimplify.cpp | 1083 (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/ |
D | ConstantRange.cpp | 1531 (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/ |
D | APInt.h | 936 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/ |
D | APInt.h | 1120 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 1998 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/ |
D | InstCombineMulDivRem.cpp | 650 Product = IsSigned ? C1.smul_ov(C2, Overflow) : C1.umul_ov(C2, Overflow); in multiplyOverflows()
|
D | InstCombineAddSub.cpp | 1021 (void)C0.umul_ov(C1, overflow); in MulWillOverflow()
|
D | InstCombineCalls.cpp | 4376 APInt Size = N.umul_ov(Op1C->getValue(), Overflow); in annotateAnyAllocSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2010 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/ |
D | Attributor.cpp | 4596 if ((Size->getValue().umul_ov(Num->getValue(), Overflow)) in updateImpl()
|