Lines Matching refs:FoldGEPICmp
602 /// FoldGEPICmp - Fold comparisons between a GEP instruction and something
604 Instruction *InstCombiner::FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
687 return FoldGEPICmp(GEPRHS, GEPLHS->getOperand(0),
692 return FoldGEPICmp(GEPLHS, GEPRHS->getOperand(0), Cond, I);
2811 if (Instruction *NI = FoldGEPICmp(GEP, Op1, I.getPredicate(), I))
2814 if (Instruction *NI = FoldGEPICmp(GEP, Op0,