Searched refs:pointer_operand (Results 1 – 1 of 1) sorted by relevance
1020 const Value *pointer_operand = gep_inst->getPointerOperand(); in Interpret() local1025 if (!frame.EvaluateValue(P, pointer_operand, module)) { in Interpret()1027 PrintValue(pointer_operand).c_str()); in Interpret()1075 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()1256 const Value *pointer_operand = load_inst->getPointerOperand(); in Interpret() local1259 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()1330 const Value *pointer_operand = store_inst->getPointerOperand(); in Interpret() local1333 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()