Home
last modified time | relevance | path

Searched refs:new_second (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1409 SENode* new_second = subscript_pair.second; in PropagateConstraints() local
1421 new_second, constraint->GetLoop()); in PropagateConstraints()
1446 scalar_evolution_.GetRecurrentTerm(new_second, constraint->GetLoop()); in PropagateConstraints()
1455 new_second = scalar_evolution_.UpdateChildNode( in PropagateConstraints()
1456 new_second, prime_recurrent, new_recurrent); in PropagateConstraints()
1460 new_second = scalar_evolution_.SimplifyExpression(new_second); in PropagateConstraints()
1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1409 SENode* new_second = subscript_pair.second; in PropagateConstraints() local
1421 new_second, constraint->GetLoop()); in PropagateConstraints()
1446 scalar_evolution_.GetRecurrentTerm(new_second, constraint->GetLoop()); in PropagateConstraints()
1455 new_second = scalar_evolution_.UpdateChildNode( in PropagateConstraints()
1456 new_second, prime_recurrent, new_recurrent); in PropagateConstraints()
1460 new_second = scalar_evolution_.SimplifyExpression(new_second); in PropagateConstraints()
1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_dependence.cpp1409 SENode* new_second = subscript_pair.second; in PropagateConstraints() local
1421 new_second, constraint->GetLoop()); in PropagateConstraints()
1446 scalar_evolution_.GetRecurrentTerm(new_second, constraint->GetLoop()); in PropagateConstraints()
1455 new_second = scalar_evolution_.UpdateChildNode( in PropagateConstraints()
1456 new_second, prime_recurrent, new_recurrent); in PropagateConstraints()
1460 new_second = scalar_evolution_.SimplifyExpression(new_second); in PropagateConstraints()
1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
/external/v8/src/runtime/
Druntime-strings.cc88 Handle<String> new_second; in StringReplaceOneCharWithString() local
91 .ToHandle(&new_second)) { in StringReplaceOneCharWithString()
94 if (*found) return isolate->factory()->NewConsString(first, new_second); in StringReplaceOneCharWithString()