package float32 file_number 0 "/inputs/subtree/xls/dslx/stdlib/apfloat.x" file_number 1 "/inputs/subtree/xls/dslx/stdlib/float32.x" top fn __float32__flatten(f: (bits[1], bits[8], bits[23]) id=10) -> bits[32] { f_sign: bits[1] = tuple_index(f, index=0, id=18, pos=[(0,370,5), (1,59,61)]) f_bexp: bits[8] = tuple_index(f, index=1, id=19, pos=[(0,370,15), (1,59,61)]) f_fraction: bits[23] = tuple_index(f, index=2, id=20, pos=[(0,370,25), (1,59,61)]) ret concat.21: bits[32] = concat(f_sign, f_bexp, f_fraction, id=21, pos=[(0,370,5), (1,59,61)]) }