Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ SimplifyExpression
Method
SimplifyExpression
source/opt/scalar_analysis_simplification.cpp:531–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
*/
530
531
SENode* ScalarEvolutionAnalysis::SimplifyExpression(SENode* node) {
532
SENodeSimplifyImpl impl{this, node};
533
534
return impl.Simplify();
535
}
536
537
} // namespace opt
538
} // namespace spvtools
Callers
15
GetDependence
Method · 0.80
StrongSIVTest
Method · 0.80
SymbolicStrongSIVTest
Method · 0.80
WeakZeroSourceSIVTest
Method · 0.80
WeakZeroDestinationSIVTest
Method · 0.80
WeakCrossingSIVTest
Method · 0.80
IntersectConstraints
Method · 0.80
PropagateConstraints
Method · 0.80
DeltaTest
Method · 0.80
CheckStep
Method · 0.80
UpdateCoefficient
Method · 0.80
FoldRecurrentAddExpressions
Method · 0.80
Calls
1
Simplify
Method · 0.80
Tested by
no test coverage detected