Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp623 Res = llvm::APSInt(LHS.Val.sadd_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/external/llvm/include/llvm/ADT/
DAPInt.h949 APInt sadd_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/lib/Analysis/
DConstantFolding.cpp1669 Res = Op1->getValue().sadd_ov(Op2->getValue(), Overflow); in ConstantFoldScalarCall()
/external/llvm/lib/Support/
DAPInt.cpp2015 APInt APInt::sadd_ov(const APInt &RHS, bool &Overflow) const { in sadd_ov() function in APInt
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp136 BVal.sadd_ov(CVal, Overflow); in MaintainNoSignedWrap()