Searched refs:pointer_operand (Results 1 – 1 of 1) sorted by relevance
972 const Value *pointer_operand = gep_inst->getPointerOperand(); in Interpret() local977 if (!frame.EvaluateValue(P, pointer_operand, module)) { in Interpret()979 PrintValue(pointer_operand).c_str()); in Interpret()1027 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()1193 const Value *pointer_operand = load_inst->getPointerOperand(); in Interpret() local1196 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()1267 const Value *pointer_operand = store_inst->getPointerOperand(); in Interpret() local1270 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()