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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 153 Instruction *FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
InstCombineCompares.cpp 564 /// FoldGEPICmp - Fold comparisons between a GEP instruction and something
566 Instruction *InstCombiner::FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
619 return FoldGEPICmp(GEPRHS, GEPLHS->getOperand(0),
631 return FoldGEPICmp(GEPLHS, GEPRHS->getOperand(0), Cond, I);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 285 Instruction *FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
InstCombineCompares.cpp     [all...]

Completed in 3117 milliseconds