Searched refs:VariableIndex (Results 1 – 2 of 2) sorted by relevance
62 const size_t VariableIndex = Variables.size(); in Instruction() local63 Op.VariableIndex = VariableIndex; in Instruction()65 Variables.back().Index = VariableIndex; in Instruction()70 Op.VariableIndex = Operands[Op.TiedToIndex].VariableIndex; in Instruction()73 if (Op.VariableIndex >= 0) in Instruction()74 Variables[Op.VariableIndex].TiedOperands.push_back(Op.Index); in Instruction()108 assert(Op.VariableIndex >= 0); in getValueFor()109 return getValueFor(Instr.Variables[Op.VariableIndex]); in getValueFor()114 assert(Op.VariableIndex >= 0); in getValueFor()115 return getValueFor(Instr.Variables[Op.VariableIndex]); in getValueFor()
66 int VariableIndex = -1; // Set for Explicit Op. member