Searched refs:i2cond (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 323 /* i2cond = (looplimiter > 0) */ 324 i2cond = LLVMBuildICmp( 328 LLVMConstNull(int_type), "i2cond"); 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 473 /* i2cond = (looplimiter > 0) */ 474 i2cond = LLVMBuildICmp( 478 LLVMConstNull(int_type), "i2cond"); 480 /* if( i1cond && i2cond ) */ 481 icond = LLVMBuildAnd(builder, i1cond, i2cond, "");
|
Completed in 7 milliseconds