Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DLimits.cpp78 constexpr uint32_t ReduceSameValue(std::integer_sequence<uint32_t, I, Is...>) { in ReduceSameValue() function
180 ReduceSameValue(std::integer_sequence<uint32_t LIMIT_GROUP(X_TIER_COUNT)>{}) in ApplyLimitTiers()
/third_party/node/deps/v8/src/compiler/
Dtyped-optimization.h59 Reduction ReduceSameValue(Node* node); in NON_EXPORTED_BASE()
Dtyped-optimization.cc81 return ReduceSameValue(node); in Reduce()
579 Reduction TypedOptimization::ReduceSameValue(Node* node) { in ReduceSameValue() function in v8::internal::compiler::TypedOptimization