Searched refs:store_inst (Results 1 – 2 of 2) sorted by relevance
1272 const StoreInst *store_inst = dyn_cast<StoreInst>(inst); in Interpret() local1274 if (!store_inst) in Interpret()1289 const Value *value_operand = store_inst->getValueOperand(); in Interpret()1290 const Value *pointer_operand = store_inst->getPointerOperand(); in Interpret()
1923 StoreInst *store_inst = dyn_cast<StoreInst>(*ui); in ReplaceStrings() local1940 else if (store_inst) in ReplaceStrings()1942 …Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, store_inst->getValueOperand()->getT… in ReplaceStrings()1944 store_inst->setOperand(0, bit_cast); in ReplaceStrings()