Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRInterpreter.cpp1272 const StoreInst *store_inst = dyn_cast<StoreInst>(inst); in Interpret() local
1274 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()
DIRForTarget.cpp1923 StoreInst *store_inst = dyn_cast<StoreInst>(*ui); in ReplaceStrings() local
1940 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()