Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp599 Res = llvm::APSInt(LHS.Val.smul_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/external/llvm/include/llvm/ADT/
DAPInt.h954 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp85 Product = C1.smul_ov(C2, Overflow); in MultiplyOverflows()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1681 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
/external/llvm/lib/Support/
DAPInt.cpp2047 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt