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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 272 cast<GetElementPtrInst>(I)->hasAllZeroIndices());
ObjCARCContract.cpp 498 cast<GEPOperator>(Arg)->hasAllZeroIndices())
ObjCARCOpts.cpp 154 if (GEP->hasAllZeroIndices())
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 362 EXPECT_FALSE(GepII0->hasAllZeroIndices());
363 EXPECT_FALSE(GepII1->hasAllZeroIndices());
364 EXPECT_FALSE(GepII2->hasAllZeroIndices());
365 EXPECT_FALSE(GepII3->hasAllZeroIndices());
  /external/llvm/include/llvm/IR/
Operator.h 416 /// hasAllZeroIndices - Return true if all of the indices of this GEP are
419 bool hasAllZeroIndices() const {
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 241 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices())
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/IR/
Value.cpp 392 if (!GEP->hasAllZeroIndices())
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 81 std::make_pair(I, IsOffset || !GEP->hasAllZeroIndices()));
    [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 686 if (GEPLHS->hasAllZeroIndices())
691 if (GEPRHS->hasAllZeroIndices())
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 677 if (G->hasAllZeroIndices())
    [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp 634 if (!GEP->hasAllZeroIndices())
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 91 if (!GEPI->hasAllZeroIndices())
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 340 if (!GEPOp->hasAllZeroIndices())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 131 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 3367 milliseconds