Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp51 Instruction* cond_inst = loop->GetConditionInst(); in GetLowerBound() local
52 if (!cond_inst) { in GetLowerBound()
55 Instruction* lower_inst = GetOperandDefinition(cond_inst, 0); in GetLowerBound()
56 switch (cond_inst->opcode()) { in GetLowerBound()
83 Instruction* cond_inst = loop->GetConditionInst(); in GetUpperBound() local
84 if (!cond_inst) { in GetUpperBound()
87 Instruction* upper_inst = GetOperandDefinition(cond_inst, 1); in GetUpperBound()
88 switch (cond_inst->opcode()) { in GetUpperBound()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp51 Instruction* cond_inst = loop->GetConditionInst(); in GetLowerBound() local
52 if (!cond_inst) { in GetLowerBound()
55 Instruction* lower_inst = GetOperandDefinition(cond_inst, 0); in GetLowerBound()
56 switch (cond_inst->opcode()) { in GetLowerBound()
83 Instruction* cond_inst = loop->GetConditionInst(); in GetUpperBound() local
84 if (!cond_inst) { in GetUpperBound()
87 Instruction* upper_inst = GetOperandDefinition(cond_inst, 1); in GetUpperBound()
88 switch (cond_inst->opcode()) { in GetUpperBound()