Home
last modified time | relevance | path

Searched refs:this_point (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp526 auto this_point = AsDependencePoint(); in operator ==() local
529 return *this_point->GetSource() == *other_point->GetSource() && in operator ==()
530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp526 auto this_point = AsDependencePoint(); in operator ==() local
529 return *this_point->GetSource() == *other_point->GetSource() && in operator ==()
530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()