Searched refs:hasAllConstantIndices (Results 1 – 13 of 13) sorted by relevance
432 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
909 bool hasAllConstantIndices() const;
160 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
1430 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
655 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()656 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
207 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
684 if (GEP->hasAllConstantIndices()) in splitGEP()
514 if (!GEP->hasAllConstantIndices()) { in CanConvertToScalar()614 if (!GEP->hasAllConstantIndices()) { in ConvertUsesToScalar()2044 if (!GEPI->hasAllConstantIndices()) in RewriteGEP()
396 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
1427 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
2577 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
169 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()
213 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in ComputeSpeculationCost()