Home
last modified time | relevance | path

Searched refs:smul_ov (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCheckedArithmetic.h59 return checkedOp(LHS, RHS, &llvm::APInt::smul_ov); in checkedMul()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp1057 .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/
DPPExpressions.cpp659 Res = llvm::APSInt(LHS.Val.smul_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h832 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/include/llvm/ADT/
DAPInt.h959 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h935 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1102 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp1392 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp84 Product = C1.smul_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.cpp1066 (void)C0.smul_ov(C1, overflow); in MulWillOverflow()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1790 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1961 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
/external/llvm/lib/Support/
DAPInt.cpp2041 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/
DAPInt.cpp1917 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2087 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2015 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt