Home
last modified time | relevance | path

Searched refs:hasAllConstantIndices (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h432 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h909 bool hasAllConstantIndices() const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp160 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineAddSub.cpp1430 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
DInstCombineCompares.cpp655 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()
656 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp207 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
DSeparateConstOffsetFromGEP.cpp684 if (GEP->hasAllConstantIndices()) in splitGEP()
DScalarReplAggregates.cpp514 if (!GEP->hasAllConstantIndices()) { in CanConvertToScalar()
614 if (!GEP->hasAllConstantIndices()) { in ConvertUsesToScalar()
2044 if (!GEPI->hasAllConstantIndices()) in RewriteGEP()
/external/llvm/lib/IR/
DValue.cpp396 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
DInstructions.cpp1427 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2577 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp169 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp213 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in ComputeSpeculationCost()