Lines Matching defs:src_operand
1197 Value *src_operand = int_to_ptr_inst->getOperand(0);
1201 if (!frame.EvaluateValue(I, src_operand, module)) {
1202 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
1211 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str());
1218 Value *src_operand = ptr_to_int_inst->getOperand(0);
1222 if (!frame.EvaluateValue(I, src_operand, module)) {
1223 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
1232 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str());
1239 Value *src_operand = trunc_inst->getOperand(0);
1243 if (!frame.EvaluateValue(I, src_operand, module)) {
1244 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
1253 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str());