Lines Matching defs:src_operand
1214 Value *src_operand = int_to_ptr_inst->getOperand(0);
1218 if (!frame.EvaluateValue(I, src_operand, module)) {
1219 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
1229 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str());
1236 Value *src_operand = ptr_to_int_inst->getOperand(0);
1240 if (!frame.EvaluateValue(I, src_operand, module)) {
1241 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
1251 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str());
1258 Value *src_operand = trunc_inst->getOperand(0);
1262 if (!frame.EvaluateValue(I, src_operand, module)) {
1263 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
1273 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str());