Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:ivi

1522     const InsertValueInst *ivi = cast<InsertValueInst>(I);
1525 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) {
1527 << ivi->idx_begin()[i] << ");";
1530 Out << "InsertValueInst* " << getCppName(ivi)
1534 printEscapedString(ivi->getName());