Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.h53 bool GetConstCondition(uint32_t condId, bool* condVal);
Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()