Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:GEPOperator

606 Instruction *InstCombiner::FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
634 } else if (GEPOperator *GEPRHS = dyn_cast<GEPOperator>(RHS)) {
2501 if (GEPOperator *GEP = dyn_cast<GEPOperator>(Op0))
2504 if (GEPOperator *GEP = dyn_cast<GEPOperator>(Op1))