1 define float @__clc_vload_half_float_helper__private(half addrspace(0)* nocapture %ptr) nounwind alwaysinline {
2 %data = load half, half addrspace(0)* %ptr
3 %res = fpext half %data to float
7 define float @__clc_vload_half_float_helper__global(half addrspace(1)* nocapture %ptr) nounwind alwaysinline {
8 %data = load half, half addrspace(1)* %ptr
9 %res = fpext half %data to float
13 define float @__clc_vload_half_float_helper__local(half addrspace(3)* nocapture %ptr) nounwind alwaysinline {
14 %data = load half, half addrspace(3)* %ptr
15 %res = fpext half %data to float
19 define float @__clc_vload_half_float_helper__constant(half addrspace(2)* nocapture %ptr) nounwind alwaysinline {
20 %data = load half, half addrspace(2)* %ptr
21 %res = fpext half %data to float