Home | History | Annotate | Download | only in ArgumentPromotion

Lines Matching full:union

6 %union.u = type { x86_fp80 }
16 tail call i8 @UseLongDoubleUnsafely(%union.u* byval align 16 bitcast (%struct.s* @b to %union.u*))
17 tail call x86_fp80 @UseLongDoubleSafely(%union.u* byval align 16 bitcast (%struct.s* @b to %union.u*))
23 ; CHECK: internal i8 @UseLongDoubleUnsafely(%union.u* byval align 16 %arg) {
24 define internal i8 @UseLongDoubleUnsafely(%union.u* byval align 16 %arg) {
26 %bitcast = bitcast %union.u* %arg to %struct.s*
33 define internal x86_fp80 @UseLongDoubleSafely(%union.u* byval align 16 %arg) {
34 %gep = getelementptr inbounds %union.u, %union.u* %arg, i64 0, i32 0