Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isStore

504   assert((isLoad() || isStore()) && "Not a load/store!");
543 assert((isLoad() || isStore()) &&
551 if (isStore())
1478 if ((*I)->isStore()) return false;