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 425 /// hasAllConstantIndices - Return true if all of the indices of this GEP are
428 bool hasAllConstantIndices() const {
Instructions.h 842 /// hasAllConstantIndices - Return true if all of the indices of this GEP are
845 bool hasAllConstantIndices() const;
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 394 return GEP->hasAllConstantIndices() ? TCC_Free : TCC_Basic;
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 183 if (!cast<GEPOperator>(I)->hasAllConstantIndices())
ScalarReplAggregates.cpp 512 if (!GEP->hasAllConstantIndices()) {
612 if (!GEP->hasAllConstantIndices()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 158 !GEP->hasAllConstantIndices()))
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices())
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp 656 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) &&
657 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) &&
    [all...]
  /external/llvm/lib/IR/
Value.cpp 359 if (!GEP->hasAllConstantIndices())
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 370 if (!GEP->hasAllConstantIndices())
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 210 if (!cast<GEPOperator>(I)->hasAllConstantIndices())
    [all...]

Completed in 1528 milliseconds