Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp594 Res = llvm::APSInt(LHS.Val.smul_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/external/llvm/include/llvm/ADT/
DAPInt.h937 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/lib/Analysis/
DConstantFolding.cpp1681 Res = Op1->getValue().smul_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
/external/llvm/lib/Support/
DAPInt.cpp2029 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { in smul_ov() function in APInt