Searched defs:isUnindexed (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1828 /// isUnindexed - Return true if this is NOT a pre/post inc/dec load/store.
1829 bool isUnindexed() const { return getAddressingMode() == ISD::UNINDEXED; } function in class:LSBaseSDNode

Completed in 805 milliseconds