Searched defs:CheckedAddFastOp (Results 1 – 2 of 2) sorted by relevance
39 struct CheckedAddFastOp { struct40 static const bool is_supported = false;42 static constexpr bool Do(T, U, V*) { in Do()
70 struct CheckedAddFastOp { struct71 static const bool is_supported = true;73 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()