Home
last modified time | relevance | path

Searched refs:this_as_recurrent (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dscalar_analysis.cpp503 const SERecurrentNode* this_as_recurrent = AsSERecurrentNode(); in operator ==() local
508 if (!this_as_recurrent) { in operator ==()
519 if (this_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/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis.cpp503 const SERecurrentNode* this_as_recurrent = AsSERecurrentNode(); in operator ==() local
508 if (!this_as_recurrent) { in operator ==()
519 if (this_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/
H A Dscalar_analysis.cpp502 const SERecurrentNode* this_as_recurrent = AsSERecurrentNode(); in operator ==() local
507 if (!this_as_recurrent) { in operator ==()
518 if (this_as_recurrent->GetCoefficient() != in operator ==()
522 if (this_as_recurrent->GetOffset() != other_as_recurrent->GetOffset()) in operator ==()
525 if (this_as_recurrent->GetLoop() != other_as_recurrent->GetLoop()) in operator ==()

Completed in 5 milliseconds