Searched refs:hasAllConstantIndices (Results 1 – 13 of 13) sorted by relevance
434 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
1031 bool hasAllConstantIndices() const;
159 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()280 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
1472 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
651 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()652 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
433 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
520 if (!GEP->hasAllConstantIndices()) { in CanConvertToScalar()620 if (!GEP->hasAllConstantIndices()) { in ConvertUsesToScalar()2066 if (!GEPI->hasAllConstantIndices()) in RewriteGEP()
892 if (GEP->hasAllConstantIndices()) in splitGEP()
2146 if (!GEP->hasAllConstantIndices()) in chainToBasePointerCost()
442 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
1591 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
3044 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
175 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()