Searched refs:hasAllConstantIndices (Results 1 – 13 of 13) sorted by relevance
432 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
923 bool hasAllConstantIndices() const;
160 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
1483 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
665 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()666 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
218 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
842 if (GEP->hasAllConstantIndices()) in splitGEP()
519 if (!GEP->hasAllConstantIndices()) { in CanConvertToScalar()619 if (!GEP->hasAllConstantIndices()) { in ConvertUsesToScalar()2058 if (!GEPI->hasAllConstantIndices()) in RewriteGEP()
400 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
1425 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
2960 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
170 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()
230 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in ComputeSpeculationCost()