Searched refs:hasAllZeroIndices (Results 1 – 16 of 16) sorted by relevance
206 EXPECT_FALSE(GepII0->hasAllZeroIndices()); in TEST()207 EXPECT_FALSE(GepII1->hasAllZeroIndices()); in TEST()208 EXPECT_FALSE(GepII2->hasAllZeroIndices()); in TEST()209 EXPECT_FALSE(GepII3->hasAllZeroIndices()); in TEST()
302 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
835 bool hasAllZeroIndices() const;
347 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
1393 bool GetElementPtrInst::hasAllZeroIndices() const { in hasAllZeroIndices() function in GetElementPtrInst
642 if (G->hasAllZeroIndices()) in performCallSlotOptzn()
1145 if (GEPI->hasAllZeroIndices()) { in OptimizeInst()
558 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject()2153 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in isNoopInstruction()4191 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
1583 if (!GEPI->hasAllZeroIndices()) in isSafePHISelectUseForScalarRepl()2521 isOffset || !GEP->hasAllZeroIndices(), in isOnlyCopiedFromConstantGlobal()
114 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
798 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
1329 if (GEP->hasAllZeroIndices()) { in commonPointerCastTransforms()
2208 cast<GetElementPtrInst>(LHSI)->hasAllZeroIndices()) in visitICmpInst()
310 if (!GEPOp->hasAllZeroIndices()) in DecomposeGEPExpression()
109 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0))) in hasTrivialKill()
1052 if (GEPI->hasAllZeroIndices() && GEPI->hasOneUse()) in ReplaceUsesOfMallocWithGlobal()