Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h432 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
H A DInstructions.h923 bool hasAllConstantIndices() const;
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp160 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
H A DInstCombineAddSub.cpp1483 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
H A DInstCombineCompares.cpp665 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()
666 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp218 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
H A DSeparateConstOffsetFromGEP.cpp842 if (GEP->hasAllConstantIndices()) in splitGEP()
H A DScalarReplAggregates.cpp519 if (!GEP->hasAllConstantIndices()) { in CanConvertToScalar()
619 if (!GEP->hasAllConstantIndices()) { in ConvertUsesToScalar()
2058 if (!GEPI->hasAllConstantIndices()) in RewriteGEP()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DValue.cpp400 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
H A DInstructions.cpp1425 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2960 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp170 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp230 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in ComputeSpeculationCost()