Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp159 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineAddSub.cpp1485 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
DInstCombineCompares.cpp658 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()
659 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
/external/llvm/include/llvm/IR/
DOperator.h437 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h955 bool hasAllConstantIndices() const;
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp224 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
DSeparateConstOffsetFromGEP.cpp832 if (GEP->hasAllConstantIndices()) in splitGEP()
DScalarReplAggregates.cpp519 if (!GEP->hasAllConstantIndices()) { in CanConvertToScalar()
619 if (!GEP->hasAllConstantIndices()) { in ConvertUsesToScalar()
2065 if (!GEPI->hasAllConstantIndices()) in RewriteGEP()
/external/llvm/lib/IR/
DValue.cpp401 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
DInstructions.cpp1322 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2972 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp169 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()