Home
last modified time | relevance | path

Searched refs:ty_data_expr (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/drd/
Ddrd_load_store.c380 IRType ty_data_expr; in instr_trace_mem_store() local
386 ty_data_expr = typeOfIRExpr(bb->tyenv, data_expr_lo); in instr_trace_mem_store()
387 size = sizeofIRType(ty_data_expr); in instr_trace_mem_store()
391 if (ty_data_expr == Ity_I32) { in instr_trace_mem_store()
396 ty_data_expr = Ity_F32; in instr_trace_mem_store()
397 } else if (ty_data_expr == Ity_I64) { in instr_trace_mem_store()
402 ty_data_expr = Ity_F64; in instr_trace_mem_store()
406 if (ty_data_expr == Ity_F32) { in instr_trace_mem_store()
411 ty_data_expr = Ity_I32; in instr_trace_mem_store()
412 } else if (ty_data_expr == Ity_F64) { in instr_trace_mem_store()
[all …]