Home | History | Annotate | Download | only in Linker

Lines Matching defs:VP

1137       Value **VP, **Values = VP = new Value*[NumOps];
1138 for (unsigned i = 0, e = DstValue->getNumOperands(); i != e; ++i, ++VP)
1139 *VP = DstValue->getOperand(i);
1140 for (unsigned i = 0, e = SrcValue->getNumOperands(); i != e; ++i, ++VP)
1141 *VP = SrcValue->getOperand(i);