Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dhlsl.y260 struct hlsl_ir_node *cond, *not_cond; in loop_condition() local
278 if (!(not_cond = new_unary_expr(HLSL_IR_UNOP_LOGIC_NOT, cond, cond->loc))) in loop_condition()
284 out_cond->condition = not_cond; in loop_condition()
290 d3dcompiler_free(not_cond); in loop_condition()
300 d3dcompiler_free(not_cond); in loop_condition()