Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPPExpressions.cpp629 Res = llvm::APSInt(LHS.Val.ssub_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPInt.h938 APInt ssub_ov(const APInt &RHS, bool &Overflow) const;
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DConstantFolding.cpp1606 Res = Op1->getValue().ssub_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp159 BVal.ssub_ov(CVal, Overflow); in MaintainNoSignedWrap()
/freebsd-9-stable/contrib/llvm/lib/Support/
DAPInt.cpp2009 APInt APInt::ssub_ov(const APInt &RHS, bool &Overflow) const { in ssub_ov() function in APInt