Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp543 bool cond_is_const; in GetConstCondition() local
547 cond_is_const = true; in GetConstCondition()
551 cond_is_const = true; in GetConstCondition()
553 default: { cond_is_const = false; } break; in GetConstCondition()
555 return cond_is_const; in GetConstCondition()