Searched refs:store_inst (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DIRInterpreter.cpp1272 const StoreInst *store_inst = dyn_cast<StoreInst>(inst); local
1274 if (!store_inst)
1289 const Value *value_operand = store_inst->getValueOperand();
1290 const Value *pointer_operand = store_inst->getPointerOperand();
H A DIRForTarget.cpp1923 StoreInst *store_inst = dyn_cast<StoreInst>(*ui); local
1940 else if (store_inst)
1942 Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, store_inst->getValueOperand()->getType());
1944 store_inst->setOperand(0, bit_cast);

Completed in 98 milliseconds