Lines Matching full:store_inst
1923 StoreInst *store_inst = dyn_cast<StoreInst>(*ui);1940 else if (store_inst)1942 Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, store_inst->getValueOperand()->getType());1944 store_inst->setOperand(0, bit_cast);