Searched refs:i1cond (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_ir_common.c | 282 LLVMValueRef i1cond, i2cond, icond, limiter; local in function:lp_exec_endloop 316 /* i1cond = (mask != 0) */ 317 i1cond = LLVMBuildICmp( 321 LLVMConstNull(reg_type), "i1cond"); 330 /* if( i1cond && i2cond ) */ 331 icond = LLVMBuildAnd(builder, i1cond, i2cond, "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 432 LLVMValueRef i1cond, i2cond, icond, limiter; local in function:lp_exec_endloop 466 /* i1cond = (mask != 0) */ 467 i1cond = LLVMBuildICmp( 471 LLVMConstNull(reg_type), "i1cond"); 480 /* if( i1cond && i2cond ) */ 481 icond = LLVMBuildAnd(builder, i1cond, i2cond, "");
|
Completed in 8 milliseconds