Home | History | Annotate | Download | only in CppBackend

Lines Matching defs:ivi

1523     const InsertValueInst *ivi = cast<InsertValueInst>(I);
1526 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) {
1528 << ivi->idx_begin()[i] << ");";
1531 Out << "InsertValueInst* " << getCppName(ivi)
1535 printEscapedString(ivi->getName());