Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isIndexed

1588     assert((getOffset().getOpcode() == ISD::UNDEF || isIndexed()) &&
1602 /// isIndexed - Return true if this is a pre/post inc/dec load/store.
1603 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }