Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h933 APInt usub_ov(const APInt &RHS, bool &Overflow) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1117 APInt usub_ov(const APInt &RHS, bool &Overflow) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1976 APInt APInt::usub_ov(const APInt &RHS, bool &Overflow) const { in usub_ov() function in APInt
2069 APInt Res = usub_ov(RHS, Overflow); in usub_sat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2170 Res = C0->usub_ov(*C1, Overflow); in ConstantFoldScalarCall2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1988 APInt APInt::usub_ov(const APInt &RHS, bool &Overflow) const { in usub_ov() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp58 Result = In1.usub_ov(In2, Overflow); in subWithOverflow()
2578 Cmp.isSigned() ? C.ssub_ov(*C2, Overflow) : C.usub_ov(*C2, Overflow); in foldICmpAddConstant()