Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp527 auto other_point = other.AsDependencePoint(); in operator ==() local
529 return *this_point->GetSource() == *other_point->GetSource() && in operator ==()
530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp527 auto other_point = other.AsDependencePoint(); in operator ==() local
529 return *this_point->GetSource() == *other_point->GetSource() && in operator ==()
530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp527 auto other_point = other.AsDependencePoint(); in operator ==() local
529 return *this_point->GetSource() == *other_point->GetSource() && in operator ==()
530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()