Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1351 const StoreInst *store_inst = cast<StoreInst>(inst); in Interpret() local
1359 const Value *value_operand = store_inst->getValueOperand(); in Interpret()
1360 const Value *pointer_operand = store_inst->getPointerOperand(); in Interpret()