Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp62 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
DInstructionSimplify.cpp3475 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h534 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h1087 bool hasAllConstantIndices() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp416 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
537 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineCompares.cpp774 if (GEP->hasAllConstantIndices() && GEP->getNumIndices() == 1 && in getAsConstantIndexedAddress()
811 if (!GEPLHS->hasAllConstantIndices()) in transformToIndexedCompare()
930 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in foldGEPICmp()
931 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in foldGEPICmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp552 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp487 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
DInstructions.cpp1670 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp938 if (GEP->hasAllConstantIndices()) in splitGEP()
DRewriteStatepointsForGC.cpp1979 if (!GEP->hasAllConstantIndices()) in chainToBasePointerCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1771 if (GEP->hasAllConstantIndices()) { in getKnownNonNullAndDerefBytesForUse()
3402 if (GEP->hasAllConstantIndices()) { in getKnownAlignForUse()
DGlobalOpt.cpp176 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()