Home | History | Annotate | Download | only in IR

Lines Matching refs:Unordered

1677   Assert1(CXI.getOrdering() != Unordered,
1678 "cmpxchg instructions cannot be unordered.", &CXI);
1701 Assert1(RMWI.getOrdering() != Unordered,
1702 "atomicrmw instructions cannot be unordered.", &RMWI);