Searched refs:phivalues_scan (Results 1 – 1 of 1) sorted by relevance
4144 LLVMValueRef phivalues_scan[2]; in ac_build_wg_wavescan_bottom() local4148 phivalues_scan[0] = LLVMGetUndef(type); in ac_build_wg_wavescan_bottom()4163 phivalues_scan[1] = ac_build_scan(ctx, ws->op, tmp, identity, ws->maxwaves, true); in ac_build_wg_wavescan_bottom()4167 const LLVMValueRef scan = ac_build_phi(ctx, type, 2, phivalues_scan, bbs); in ac_build_wg_wavescan_bottom()