Home
last modified time | relevance | path

Searched defs:ssub (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dbuiltins-overflow.cpp80 constexpr Result<int> ssub(int lhs, int rhs) { in ssub() function
/llvm-project/mlir/lib/Interfaces/Utils/
H A DInferIntRangeCommon.cpp228 ConstArithStdFn ssub = [=](const APInt &a, in inferSub() local