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 429 /// hasAllConstantIndices - Return true if all of the indices of this GEP are
432 bool hasAllConstantIndices() const {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 207 if (!cast<GEPOperator>(I)->hasAllConstantIndices())
SeparateConstOffsetFromGEP.cpp 684 if (GEP->hasAllConstantIndices())
    [all...]
ScalarReplAggregates.cpp 514 if (!GEP->hasAllConstantIndices()) {
614 if (!GEP->hasAllConstantIndices()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 160 !GEP->hasAllConstantIndices()))
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices())
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp 655 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) &&
656 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) &&
    [all...]
  /external/llvm/lib/IR/
Value.cpp 396 if (!GEP->hasAllConstantIndices())
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 169 if (!GEP->hasAllConstantIndices())
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 213 if (!cast<GEPOperator>(I)->hasAllConstantIndices())
    [all...]

Completed in 464 milliseconds