Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DOperator.h279 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
DInstructions.h504 bool hasAllZeroIndices() const;
/external/llvm/lib/VMCore/
DValue.cpp323 if (!GEP->hasAllZeroIndices()) in stripPointerCasts()
DInstructions.cpp1127 bool GetElementPtrInst::hasAllZeroIndices() const { in hasAllZeroIndices() function in GetElementPtrInst
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp792 if (GEP.hasAllZeroIndices() && !Src->hasAllZeroIndices() && in visitGetElementPtrInst()
DInstCombineCasts.cpp1333 if (GEP->hasAllZeroIndices()) { in commonPointerCastTransforms()
DInstCombineCompares.cpp2155 cast<GetElementPtrInst>(LHSI)->hasAllZeroIndices()) in visitICmpInst()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp642 if (G->hasAllZeroIndices()) in performCallSlotOptzn()
DObjCARC.cpp541 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject()
1836 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in isNoopInstruction()
3584 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
DCodeGenPrepare.cpp1127 if (GEPI->hasAllZeroIndices()) { in OptimizeInst()
DScalarReplAggregates.cpp1724 if (!GEPI->hasAllZeroIndices()) in isSafePHISelectUseForScalarRepl()
2592 isOffset || !GEP->hasAllZeroIndices(), in isOnlyCopiedFromConstantGlobal()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp108 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp308 if (!GEPOp->hasAllZeroIndices()) in DecomposeGEPExpression()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1048 if (GEPI->hasAllZeroIndices() && GEPI->hasOneUse()) in ReplaceUsesOfMallocWithGlobal()