Searched refs:hasAllZeroIndices (Results 1 - 21 of 21) sorted by relevance

/external/llvm/unittests/IR/
H A DInstructionsTest.cpp285 EXPECT_FALSE(GepII0->hasAllZeroIndices());
286 EXPECT_FALSE(GepII1->hasAllZeroIndices());
287 EXPECT_FALSE(GepII2->hasAllZeroIndices());
288 EXPECT_FALSE(GepII3->hasAllZeroIndices());
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h272 cast<GetElementPtrInst>(I)->hasAllZeroIndices());
H A DObjCARCContract.cpp497 cast<GEPOperator>(Arg)->hasAllZeroIndices())
H A DObjCARCOpts.cpp153 if (GEP->hasAllZeroIndices())
/external/llvm/include/llvm/IR/
H A DOperator.h412 /// hasAllZeroIndices - Return true if all of the indices of this GEP are
415 bool hasAllZeroIndices() const { function in class:llvm::GEPOperator
H A DInstructions.h837 /// hasAllZeroIndices - Return true if all of the indices of this GEP are
840 bool hasAllZeroIndices() const;
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp240 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices())
/external/llvm/lib/IR/
H A DValue.cpp355 if (!GEP->hasAllZeroIndices())
H A DInstructions.cpp1397 /// hasAllZeroIndices - Return true if all of the indices of this GEP are
1400 bool GetElementPtrInst::hasAllZeroIndices() const { function in class:GetElementPtrInst
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp73 GEP, TheCopy, ToDelete, IsOffset || !GEP->hasAllZeroIndices()))
H A DInstructionCombining.cpp823 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() &&
H A DInstCombineCasts.cpp1364 if (GEP->hasAllZeroIndices()) {
H A DInstCombineCompares.cpp2438 cast<GetElementPtrInst>(LHSI)->hasAllZeroIndices())
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp667 if (G->hasAllZeroIndices())
H A DCodeGenPrepare.cpp1943 if (GEPI->hasAllZeroIndices()) {
H A DScalarReplAggregates.cpp1677 if (!GEPI->hasAllZeroIndices())
H A DSROA.cpp564 if (!GEP->hasAllZeroIndices())
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp177 return GEPI.hasAllZeroIndices();
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp324 if (!GEPOp->hasAllZeroIndices())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp127 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1229 if (GEPI->hasAllZeroIndices() && GEPI->hasOneUse())

Completed in 474 milliseconds