Searched refs:hasAllConstantIndices (Results 1 – 12 of 12) sorted by relevance
159 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
1485 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
658 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()659 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
437 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
955 bool hasAllConstantIndices() const;
224 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
832 if (GEP->hasAllConstantIndices()) in splitGEP()
519 if (!GEP->hasAllConstantIndices()) { in CanConvertToScalar()619 if (!GEP->hasAllConstantIndices()) { in ConvertUsesToScalar()2065 if (!GEPI->hasAllConstantIndices()) in RewriteGEP()
401 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
1322 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
2972 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
169 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()