Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h843 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/lib/Analysis/
DConstantFolding.cpp1541 Res = Op1->getValue().uadd_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp659 allocationSize = allocationSize.uadd_ov(cookieSize, overflow); in EmitCXXNewAllocSize()
/external/llvm/lib/Support/
DAPInt.cpp2003 APInt APInt::uadd_ov(const APInt &RHS, bool &Overflow) const { in uadd_ov() function in APInt