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

  /external/llvm/include/llvm/IR/
Operator.h 434 bool hasAllConstantIndices() const {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 159 !GEP->hasAllConstantIndices()))
280 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices())
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp 651 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) &&
652 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) &&
    [all...]
  /external/llvm/lib/IR/
Value.cpp 442 if (!GEP->hasAllConstantIndices())
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 433 if (!cast<GEPOperator>(I)->hasAllConstantIndices())
ScalarReplAggregates.cpp 520 if (!GEP->hasAllConstantIndices()) {
620 if (!GEP->hasAllConstantIndices()) {
    [all...]
SeparateConstOffsetFromGEP.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 175 if (!GEP->hasAllConstantIndices())
    [all...]

Completed in 108 milliseconds