HomeSort by relevance Sort by last modified time
    Searched refs:hasAllZeroIndices (Results 1 - 21 of 21) sorted by null

  /external/llvm/unittests/IR/
InstructionsTest.cpp 285 EXPECT_FALSE(GepII0->hasAllZeroIndices());
286 EXPECT_FALSE(GepII1->hasAllZeroIndices());
287 EXPECT_FALSE(GepII2->hasAllZeroIndices());
288 EXPECT_FALSE(GepII3->hasAllZeroIndices());
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 272 cast<GetElementPtrInst>(I)->hasAllZeroIndices());
ObjCARCContract.cpp 497 cast<GEPOperator>(Arg)->hasAllZeroIndices())
ObjCARCOpts.cpp 153 if (GEP->hasAllZeroIndices())
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 412 /// hasAllZeroIndices - Return true if all of the indices of this GEP are
415 bool hasAllZeroIndices() const {
Instructions.h 837 /// hasAllZeroIndices - Return true if all of the indices of this GEP are
840 bool hasAllZeroIndices() const;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 240 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices())
  /external/llvm/lib/IR/
Value.cpp 355 if (!GEP->hasAllZeroIndices())
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 73 GEP, TheCopy, ToDelete, IsOffset || !GEP->hasAllZeroIndices()))
InstructionCombining.cpp 823 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() &&
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 667 if (G->hasAllZeroIndices())
    [all...]
CodeGenPrepare.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp 564 if (!GEP->hasAllZeroIndices())
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 177 return GEPI.hasAllZeroIndices();
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 324 if (!GEPOp->hasAllZeroIndices())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 127 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 828 milliseconds