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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 60 return GEP->hasAllConstantIndices();
Loads.cpp 63 if (!GEP->hasAllConstantIndices())
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/
Operator.h 312 /// hasAllConstantIndices - Return true if all of the indices of this GEP are
315 bool hasAllConstantIndices() const {
Instructions.h 837 /// hasAllConstantIndices - Return true if all of the indices of this GEP are
840 bool hasAllConstantIndices() const;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 176 if (!cast<GEPOperator>(I)->hasAllConstantIndices())
ScalarReplAggregates.cpp 451 if (!GEP->hasAllConstantIndices())
    [all...]
  /external/llvm/lib/VMCore/
Value.cpp 351 if (!GEP->hasAllConstantIndices())
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 349 if (TD && GEP1->hasAllConstantIndices() && GEP2->hasAllConstantIndices()) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 158 !GEP->hasAllConstantIndices()))
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices())
    [all...]
InstCombineAddSub.cpp 519 (GEP2 != 0 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse()))
InstCombineCalls.cpp 263 if (!GEP->hasAllConstantIndices()) break;
    [all...]
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 622 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) &&
623 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) &&
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 223 if (!cast<GEPOperator>(I)->hasAllConstantIndices())
    [all...]

Completed in 136 milliseconds