Searched refs:cond_inst (Results 1 – 2 of 2) sorted by relevance
51 Instruction* cond_inst = loop->GetConditionInst(); in GetLowerBound() local52 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() local84 if (!cond_inst) { in GetUpperBound()87 Instruction* upper_inst = GetOperandDefinition(cond_inst, 1); in GetUpperBound()88 switch (cond_inst->opcode()) { in GetUpperBound()