Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/include/llvm/Support/
DCheckedArithmetic.h96 return checkedOp(LHS, RHS, &llvm::APInt::umul_ov, /*Signed=*/false); in checkedMulUnsigned()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCheckedArithmetic.h96 return checkedOp(LHS, RHS, &llvm::APInt::umul_ov, /*Signed=*/false); in checkedMulUnsigned()
/external/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()
/external/llvm-project/llvm/lib/Analysis/
DMemoryBuiltins.cpp671 Size = Size.umul_ov(NumElems, Overflow); in visitAllocaInst()
736 Size = Size.umul_ov(NumElems, Overflow); in visitCallBase()
/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp255 Result = ThisVal.umul_ov(OtherVal, Overflowed) in mul()
DAPInt.cpp1997 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
2090 APInt Res = umul_ov(RHS, Overflow); in umul_sat()
/external/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()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1644 (void) Min.umul_ov(OtherMin, Overflow); in unsignedMulMayOverflow()
1648 (void) Max.umul_ov(OtherMax, Overflow); in unsignedMulMayOverflow()
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2699 TEST(APIntTest, umul_ov) { in TEST() argument
2716 (void)A.umul_ov(B, Overflow); in TEST()
2722 (void)A.umul_ov(B, Overflow); in TEST()
2729 APInt C = APInt(Bits, A).umul_ov(APInt(Bits, B), Overflow); in TEST()
/external/llvm/include/llvm/ADT/
DAPInt.h960 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/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()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h936 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1120 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1120 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
/external/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()
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp1791 (void) N1.umul_ov(N2, Overflow); in TEST()
2158 (void) N1.umul_ov(N2, Overflow); in TEST_F()
/external/llvm-project/llvm/test/Transforms/EarlyCSE/
Dcommute.ll907 define <2 x i31> @umul_ov(<2 x i31> %a, <2 x i31> %b) {
908 ; CHECK-LABEL: @umul_ov(
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp86 Product = C1.umul_ov(C2, Overflow); in MultiplyOverflows()
/external/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()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp679 Product = IsSigned ? C1.smul_ov(C2, Overflow) : C1.umul_ov(C2, Overflow); in multiplyOverflows()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp637 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp782 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()

12