Home | History | Annotate | Download | only in Expression

Lines Matching refs:PrintValue

119 PrintValue(const Value *value, bool truncate = false)
490 log->Printf("Found result in the IR: \"%s\"", PrintValue(result_value, false).c_str());
644 PrintValue(result_global).c_str(),
645 PrintValue(new_result_global).c_str());
676 log->Printf("Synthesized result store \"%s\"\n", PrintValue(synthesized_store).c_str());
711 log->Printf(" <Use %p> %s", *ui, PrintValue(*ui).c_str());
1285 PrintValue(alloc).c_str(),
1286 PrintValue(persistent_load).c_str());
1368 log->Printf(" MaterializeInitializer(%p, %s)", data, PrintValue(initializer).c_str());
1476 log->Printf("MaybeHandleVariable (%s)", PrintValue(llvm_value_ptr).c_str());
1610 log->Printf("Replacing %s with %s", PrintValue(symbol).c_str(), PrintValue(symbol_addr_ptr).c_str());
1623 log->Printf("MaybeHandleCallArguments(%s)", PrintValue(Old).c_str());
1891 log->Printf("Found a GlobalVariable with string initializer %s", PrintValue(gc).c_str());
1913 log->Printf("Replacing GV %s with %s", PrintValue(gv).c_str(), PrintValue(new_initializer).c_str());
1920 log->Printf("Found use %s", PrintValue(*ui).c_str());
1930 log->Printf("Use (%s) of string variable is not a GetElementPtr constant", PrintValue(const_expr).c_str());
1949 log->Printf("Use (%s) of string variable is neither a constant nor a store", PrintValue(const_expr).c_str());
2210 log->Printf("Unhandled constant expression type: \"%s\"", PrintValue(constant_expr).c_str());
2274 log->Printf("Unhandled constant type: \"%s\"", PrintValue(constant).c_str());
2287 log->Printf("Unhandled non-constant type: \"%s\"", PrintValue(user).c_str());
2391 log->Printf("Arg: \"%s\"", PrintValue(argument).c_str());
2439 log->Printf(" Replacing [%s]", PrintValue(value).c_str());
2484 log->Printf("Unhandled non-constant type: \"%s\"", PrintValue(value).c_str());
2578 PrintValue(global_var).c_str());
2596 PrintValue(global_var).c_str(),
2597 PrintValue(*ui).c_str());