HomeSort by: relevance | last modified time | path
    Searched refs:hasAllZeroIndices (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 139 cast<GetElementPtrInst>(I)->hasAllZeroIndices());
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAbstractMemberAccess.cpp 492 if (GI->hasAllZeroIndices())
523 if (GI->hasAllZeroIndices())
553 if (GI->hasAllZeroIndices())
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 524 bool hasAllZeroIndices() const {
Instructions.h 1114 bool hasAllZeroIndices() const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 664 cast<GEPOperator>(Arg)->hasAllZeroIndices())
ObjCARCOpts.cpp 99 if (GEP->hasAllZeroIndices())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 281 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices())
CodeGenPrepare.cpp 7849 if (GEPI->hasAllZeroIndices()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp 597 if (!GEP->hasAllZeroIndices())
ConstantFold.cpp 1871 if (CE1GEP->hasAllZeroIndices())
1891 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices())
Instructions.cpp 1762 /// hasAllZeroIndices - Return true if all of the indices of this GEP are
1765 bool GetElementPtrInst::hasAllZeroIndices() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 1292 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() &&
1821 return (GEP1.isInBounds() || GEP1.hasAllZeroIndices()) &&
1822 (GEP2.isInBounds() || GEP2.hasAllZeroIndices());
InstCombineLoadStoreAlloca.cpp 74 ValuesToInspect.emplace_back(I, IsOffset || !GEP->hasAllZeroIndices());
InstCombineCompares.cpp 927 if (!GEPLHS->getType()->isVectorTy() && GEPLHS->hasAllZeroIndices())
933 if (!GEPRHS->getType()->isVectorTy() && GEPRHS->hasAllZeroIndices())
3251 cast<GetElementPtrInst>(LHSI)->hasAllZeroIndices())
InstCombineCasts.cpp 1965 if (GEP->hasAllZeroIndices() &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 86 if (!GEPI->hasAllZeroIndices())
SimplifyCFG.cpp 6627 if (!GEP->isInBounds() || !GEP->hasAllZeroIndices())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PartialInlining.cpp 872 if (cast<GetElementPtrInst>(&I)->hasAllZeroIndices())
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 338 if (GEP->hasAllZeroIndices()) {
ValueTracking.cpp 4491 if (OffsetZero && !GEP->hasAllZeroIndices())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 944 if (!G->hasAllZeroIndices())
SROA.cpp 990 if (!GEP->hasAllZeroIndices())

Completed in 76 milliseconds