Home | History | Annotate | Download | only in CppBackend

Lines Matching defs:ivi

1434     const InsertValueInst *ivi = cast<InsertValueInst>(I);
1437 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) {
1439 << ivi->idx_begin()[i] << ");";
1442 Out << "InsertValueInst* " << getCppName(ivi)
1446 printEscapedString(ivi->getName());