Searched refs:hasAllConstantIndices (Results 1 – 13 of 13) sorted by relevance
62 if (!GEP->hasAllConstantIndices()) in getUnderlyingObjectWithOffset()
116 if (GEPI->hasAllConstantIndices()) in analyzeBasicBlock()203 if (GEP->hasAllConstantIndices()) in CountCodeReductionForAlloca()
1497 if (GEP == 0 || !GEP->hasAllConstantIndices()) return Ptr; in GetPointerBaseWithConstantOffset()
292 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
509 bool hasAllConstantIndices() const;
345 if (TD && GEP1->hasAllConstantIndices() && GEP2->hasAllConstantIndices()) { in isEquivalentGEP()
158 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()282 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
264 if (!GEP->hasAllConstantIndices()) break; in visitCallInst()
994 !isa<BitCastInst>(BCI->getOperand(0)) && GEP.hasAllConstantIndices() && in visitGetElementPtrInst()
1347 GEP->hasAllConstantIndices()) { in commonPointerCastTransforms()
513 if (!GEP->hasAllConstantIndices()) in CanConvertToScalar()
276 if (!cast<GetElementPtrInst>(I)->hasAllConstantIndices()) in DominatesMergePoint()
1141 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst