Home
last modified time | relevance | path

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

/external/llvm/unittests/VMCore/
DInstructionsTest.cpp206 EXPECT_FALSE(GepII0->hasAllZeroIndices()); in TEST()
207 EXPECT_FALSE(GepII1->hasAllZeroIndices()); in TEST()
208 EXPECT_FALSE(GepII2->hasAllZeroIndices()); in TEST()
209 EXPECT_FALSE(GepII3->hasAllZeroIndices()); in TEST()
/external/llvm/include/llvm/
DOperator.h302 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
DInstructions.h835 bool hasAllZeroIndices() const;
/external/llvm/lib/VMCore/
DValue.cpp347 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
DInstructions.cpp1393 bool GetElementPtrInst::hasAllZeroIndices() const { in hasAllZeroIndices() function in GetElementPtrInst
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp642 if (G->hasAllZeroIndices()) in performCallSlotOptzn()
DCodeGenPrepare.cpp1145 if (GEPI->hasAllZeroIndices()) { in OptimizeInst()
DObjCARC.cpp558 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject()
2153 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in isNoopInstruction()
4191 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
DScalarReplAggregates.cpp1583 if (!GEPI->hasAllZeroIndices()) in isSafePHISelectUseForScalarRepl()
2521 isOffset || !GEP->hasAllZeroIndices(), in isOnlyCopiedFromConstantGlobal()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp114 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp798 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
DInstCombineCasts.cpp1329 if (GEP->hasAllZeroIndices()) { in commonPointerCastTransforms()
DInstCombineCompares.cpp2208 cast<GetElementPtrInst>(LHSI)->hasAllZeroIndices()) in visitICmpInst()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp310 if (!GEPOp->hasAllZeroIndices()) in DecomposeGEPExpression()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp109 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0))) in hasTrivialKill()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1052 if (GEPI->hasAllZeroIndices() && GEPI->hasOneUse()) in ReplaceUsesOfMallocWithGlobal()