Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isUnindexed

1605   /// isUnindexed - Return true if this is NOT a pre/post inc/dec load/store.
1606 bool isUnindexed() const { return getAddressingMode() == ISD::UNINDEXED; }