Home | History | Annotate | Download | only in Linker

Lines Matching defs:VP

1094       Value **VP, **Values = VP = new Value*[NumOps];
1095 for (unsigned i = 0, e = DstValue->getNumOperands(); i != e; ++i, ++VP)
1096 *VP = DstValue->getOperand(i);
1097 for (unsigned i = 0, e = SrcValue->getNumOperands(); i != e; ++i, ++VP)
1098 *VP = SrcValue->getOperand(i);