Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h434 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h1031 bool hasAllConstantIndices() const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp159 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
280 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineAddSub.cpp1472 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
DInstCombineCompares.cpp651 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()
652 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp433 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
DScalarReplAggregates.cpp520 if (!GEP->hasAllConstantIndices()) { in CanConvertToScalar()
620 if (!GEP->hasAllConstantIndices()) { in ConvertUsesToScalar()
2066 if (!GEPI->hasAllConstantIndices()) in RewriteGEP()
DSeparateConstOffsetFromGEP.cpp892 if (GEP->hasAllConstantIndices()) in splitGEP()
DRewriteStatepointsForGC.cpp2146 if (!GEP->hasAllConstantIndices()) in chainToBasePointerCost()
/external/llvm/lib/IR/
DValue.cpp442 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
DInstructions.cpp1591 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3044 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp175 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()