Searched refs:PrimaryOperandIndex (Results 1 – 1 of 1) sorted by relevance
193 const auto PrimaryOperandIndex = Var.getPrimaryOperandIndex(); in getPrimaryOperand() local194 assert(PrimaryOperandIndex < Operands.size()); in getPrimaryOperand()195 return Operands[PrimaryOperandIndex]; in getPrimaryOperand()