Home | History | Annotate | Download | only in IR

Lines Matching refs:GEPOperator

1436   cast<GEPOperator>(this)->setIsInBounds(B);
1440 return cast<GEPOperator>(this)->isInBounds();
1445 // Delegate to the generic GEPOperator implementation.
1446 return cast<GEPOperator>(this)->accumulateConstantOffset(DL, Offset);