Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isStore

392   assert((isLoad() || isStore()) && "Not a load/store!");
427 assert((MMO.isLoad() || MMO.isStore()) &&
435 if (MMO.isStore())
1355 if ((*I)->isStore()) return false;