Home
last modified time | relevance | path

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

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