Home
last modified time | relevance | path

Searched refs:hasAllZeroIndices (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h142 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp564 if (GI->hasAllZeroIndices()) in traceAICall()
595 if (GI->hasAllZeroIndices()) in traceBitCast()
625 if (GI->hasAllZeroIndices()) in traceGEP()
H A DBPFPreserveStaticOffset.cpp410 return GEP->hasAllZeroIndices(); in allZeroIndices()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1096 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation()
1108 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
H A DValue.cpp641 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
H A DInstructions.cpp1532 bool GetElementPtrInst::hasAllZeroIndices() const { in hasAllZeroIndices() function in GetElementPtrInst
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h472 bool hasAllZeroIndices() const {
H A DInstructions.h1066 bool hasAllZeroIndices() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp671 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in run()
H A DObjCARCOpts.cpp96 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp314 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
H A DCodeGenPrepare.cpp8407 if (GEPI->hasAllZeroIndices()) { in optimizeInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp88 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
H A DSimplifyCFG.cpp7627 if (!GEP->hasAllZeroIndices() && in passingValueIsAlwaysUndefined()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp819 if (cast<GetElementPtrInst>(&I)->hasAllZeroIndices()) in computeBBInlineCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp332 if (GEP->hasAllZeroIndices()) { in getInvariantGroupPointerDependency()
H A DMemorySSA.cpp2535 if (GEP->hasAllZeroIndices()) in getInvariantGroupClobberingInstruction()
H A DValueTracking.cpp6757 if (OffsetZero && !GEP->hasAllZeroIndices()) in findAllocaForValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp97 Worklist.emplace_back(I, IsOffset || !GEP->hasAllZeroIndices()); in isOnlyCopiedFromConstantMemory()
H A DInstructionCombining.cpp2005 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp988 G && G->hasAllZeroIndices()) { in performCallSlotOptzn()
H A DSROA.cpp1314 if (!GEP->hasAllZeroIndices()) in hasUnsafePHIOrSelectUse()