subnormal_helper_func.ll 196 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 @__CLC_SUBNORMAL_DISABLE = external global i1 define i1 @__clc_subnormals_disabled() #0 { %disable = load i1, i1* @__CLC_SUBNORMAL_DISABLE ret i1 %disable } attributes #0 = { alwaysinline }