Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoads.cpp62 if (!GEP->hasAllConstantIndices()) in getUnderlyingObjectWithOffset()
DInlineCost.cpp116 if (GEPI->hasAllConstantIndices()) in analyzeBasicBlock()
203 if (GEP->hasAllConstantIndices()) in CountCodeReductionForAlloca()
DValueTracking.cpp1497 if (GEP == 0 || !GEP->hasAllConstantIndices()) return Ptr; in GetPointerBaseWithConstantOffset()
/external/llvm/include/llvm/
DOperator.h292 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h509 bool hasAllConstantIndices() const;
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp345 if (TD && GEP1->hasAllConstantIndices() && GEP2->hasAllConstantIndices()) { in isEquivalentGEP()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp158 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
282 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineCalls.cpp264 if (!GEP->hasAllConstantIndices()) break; in visitCallInst()
DInstructionCombining.cpp994 !isa<BitCastInst>(BCI->getOperand(0)) && GEP.hasAllConstantIndices() && in visitGetElementPtrInst()
DInstCombineCasts.cpp1347 GEP->hasAllConstantIndices()) { in commonPointerCastTransforms()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp513 if (!GEP->hasAllConstantIndices()) in CanConvertToScalar()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp276 if (!cast<GetElementPtrInst>(I)->hasAllConstantIndices()) in DominatesMergePoint()
/external/llvm/lib/VMCore/
DInstructions.cpp1141 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst