Searched refs:getNumIndices (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DDwarfEHPrepare.cpp80 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) {
83 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) {
H A DAnalysis.cpp342 if (EVI == 0 || EVI->getOperand(0) != I || EVI->getNumIndices() != 1 ||
H A DSjLjEHPrepare.cpp161 if (EVI->getNumIndices() != 1) continue;
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DInstructionsTest.cpp201 EXPECT_EQ(GepII0->getNumIndices(), 1u);
202 EXPECT_EQ(GepII1->getNumIndices(), 1u);
203 EXPECT_EQ(GepII2->getNumIndices(), 1u);
204 EXPECT_EQ(GepII3->getNumIndices(), 1u);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DOperator.h293 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GEPOperator
H A DInstructions.h826 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GetElementPtrInst
1796 unsigned getNumIndices() const { function in class:llvm::ExtractValueInst
1918 unsigned getNumIndices() const { function in class:llvm::InsertValueInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DArgumentPromotion.cpp353 Indices.reserve(GEP->getNumIndices());
823 Operands.reserve(GEP->getNumIndices());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DValueTracking.cpp750 if (EVI->getNumIndices() != 1) break;
1561 unsigned size = I->getNumIndices() + idx_range.size();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp772 if (EVI.getNumIndices() != 1)
793 if (IVI.getNumIndices() != 1)
H A DCodeGenPrepare.cpp1478 if (GEP->getNumIndices() != 2)
H A DGVN.cpp220 if (I != 0 && EI->getNumIndices() == 1 && *EI->idx_begin() == 0 ) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CppBackend/
H A DCPPBackend.cpp1497 for (unsigned i = 0; i < evi->getNumIndices(); ++i) {
1514 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1328 if (EV.getNumIndices() == 0)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Vectorize/
H A DBBVectorize.cpp651 if (G->getNumIndices() != 1)

Completed in 166 milliseconds