Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp513 const SERecurrentNode* other_as_recurrent = other.AsSERecurrentNode(); in operator ==() local
517 assert(other_as_recurrent); in operator ==()
520 other_as_recurrent->GetCoefficient()) in operator ==()
523 if (this_as_recurrent->GetOffset() != other_as_recurrent->GetOffset()) in operator ==()
526 if (this_as_recurrent->GetLoop() != other_as_recurrent->GetLoop()) in operator ==()
/third_party/spirv-tools/source/opt/
Dscalar_analysis.cpp513 const SERecurrentNode* other_as_recurrent = other.AsSERecurrentNode(); in operator ==() local
517 assert(other_as_recurrent); in operator ==()
520 other_as_recurrent->GetCoefficient()) in operator ==()
523 if (this_as_recurrent->GetOffset() != other_as_recurrent->GetOffset()) in operator ==()
526 if (this_as_recurrent->GetLoop() != other_as_recurrent->GetLoop()) in operator ==()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis.cpp513 const SERecurrentNode* other_as_recurrent = other.AsSERecurrentNode(); in operator ==() local
517 assert(other_as_recurrent); in operator ==()
520 other_as_recurrent->GetCoefficient()) in operator ==()
523 if (this_as_recurrent->GetOffset() != other_as_recurrent->GetOffset()) in operator ==()
526 if (this_as_recurrent->GetLoop() != other_as_recurrent->GetLoop()) in operator ==()