/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 59 return checkedOp(LHS, RHS, &llvm::APInt::smul_ov); in checkedMul()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 1057 .smul_ov(APInt(8, V, /*isSigned=*/true), Overflow); in TEST() 1077 (void)APInt(8, I).smul_ov(APInt(8, V), SOverflow); in TEST() 1116 .smul_ov(APInt(8, V, /*isSigned=*/true), Overflow); in TEST()
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 659 Res = llvm::APSInt(LHS.Val.smul_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 832 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 959 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 935 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1102 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 1392 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 84 Product = C1.smul_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 | 1066 (void)C0.smul_ov(C1, overflow); in MulWillOverflow()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1790 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1961 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2041 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 1917 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2087 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2015 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt
|