Home
last modified time | relevance | path

Searched refs:usub_ov (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h845 APInt usub_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/lib/Analysis/
DConstantFolding.cpp1547 Res = Op1->getValue().usub_ov(Op2->getValue(), Overflow); in ConstantFoldCall()
/external/llvm/lib/Support/
DAPInt.cpp2016 APInt APInt::usub_ov(const APInt &RHS, bool &Overflow) const { in usub_ov() function in APInt