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