Searched refs:getNumIndices (Results 1 – 9 of 9) sorted by relevance
321 if (IVI->getNumIndices() != cast<InsertValueInst>(I2)->getNumIndices()) in isEquivalentOperation()323 for (unsigned i = 0, e = IVI->getNumIndices(); i != e; ++i) in isEquivalentOperation()329 if (EVI->getNumIndices() != cast<ExtractValueInst>(I2)->getNumIndices()) in isEquivalentOperation()331 for (unsigned i = 0, e = EVI->getNumIndices(); i != e; ++i) in isEquivalentOperation()
356 Indices.reserve(GEP->getNumIndices()); in isSafeToPromoteArgument()841 Operands.reserve(GEP->getNumIndices()); in DoPromotion()
268 unsigned getNumIndices() const { // Note: always non-negative in getNumIndices() function
493 unsigned getNumIndices() const { // Note: always non-negative1442 unsigned getNumIndices() const {1564 unsigned getNumIndices() const {
813 if (EVI.getNumIndices() != 1) in visitExtractValueInst()834 if (IVI.getNumIndices() != 1) in visitInsertValueInst()
171 if (I != 0 && EI->getNumIndices() == 1 && *EI->idx_begin() == 0 ) { in create_extractvalue_expression()
1410 for (unsigned i = 0; i < evi->getNumIndices(); ++i) { in printInstruction()1427 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) { in printInstruction()
1199 if (EV.getNumIndices() > 1) in visitExtractValueInst()
1463 unsigned size = I->getNumIndices() + idx_range.size(); in FindInsertedValue()