Searched refs:then_type (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c350 if_stmt->then_type = vtn_get_branch_type(then_block,
357 if (if_stmt->then_type == vtn_branch_type_none &&
380 } else if (if_stmt->then_type != vtn_branch_type_none &&
390 if (if_stmt->then_type == vtn_branch_type_none) {
622 if (vtn_if->then_type == vtn_branch_type_none) {
626 vtn_emit_branch(b, vtn_if->then_type, switch_fall_var, &sw_break);
H A Dvtn_private.h94 enum vtn_branch_type then_type; member in struct:vtn_if
/external/v8/src/asmjs/
H A Dasm-typer.cc2326 AsmType* then_type; local
2327 RECURSE(then_type = ValidateExpression(cond->then_expression()));
2333 if (then_type->IsA(AsmType::type())) { \

Completed in 122 milliseconds