reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  901   Instruction *foldGEPICmp(GEPOperator *GEPLHS, Value *RHS,

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
  965       return foldGEPICmp(GEPRHS, GEPLHS->getOperand(0),
  971       return foldGEPICmp(GEPLHS, GEPRHS->getOperand(0), Cond, I);
 5488     if (Instruction *NI = foldGEPICmp(GEP, Op1, I.getPredicate(), I))
 5491     if (Instruction *NI = foldGEPICmp(GEP, Op0,