Home | History | Annotate | Download | only in Expression

Lines Matching full:store_inst

1272                 const StoreInst *store_inst = dyn_cast<StoreInst>(inst);
1274 if (!store_inst)
1289 const Value *value_operand = store_inst->getValueOperand();
1290 const Value *pointer_operand = store_inst->getPointerOperand();