Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.c282 LLVMValueRef i1cond, i2cond, icond, limiter; in lp_exec_endloop() local
316 /* i1cond = (mask != 0) */ in lp_exec_endloop()
317 i1cond = LLVMBuildICmp( in lp_exec_endloop()
321 LLVMConstNull(reg_type), "i1cond"); in lp_exec_endloop()
330 /* if( i1cond && i2cond ) */ in lp_exec_endloop()
331 icond = LLVMBuildAnd(builder, i1cond, i2cond, ""); in lp_exec_endloop()

Completed in 1 milliseconds