Lines Matching refs:src_operand
1213 Value *src_operand = int_to_ptr_inst->getOperand(0); in Interpret() local
1217 if (!frame.EvaluateValue(I, src_operand, module)) { in Interpret()
1219 log->Printf("Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1229 log->Printf(" Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1245 Value *src_operand = ptr_to_int_inst->getOperand(0); in Interpret() local
1249 if (!frame.EvaluateValue(I, src_operand, module)) { in Interpret()
1251 log->Printf("Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1261 log->Printf(" Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1277 Value *src_operand = trunc_inst->getOperand(0); in Interpret() local
1281 if (!frame.EvaluateValue(I, src_operand, module)) { in Interpret()
1283 log->Printf("Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1293 log->Printf(" Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()