Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isStore

430   assert((isLoad() || isStore()) && "Not a load/store!");
465 assert((MMO.isLoad() || MMO.isStore()) &&
473 if (MMO.isStore())
1301 if ((*I)->isStore()) return false;