Lines Matching full:void
4 define void @a() {
5 ret void
12 define void @c(...) {
13 ret void
16 define void @g(i32* %y) {
17 call void bitcast (void ()* @a to void (i32*)*)( i32* noalias %y )
20 call void bitcast (void (...)* @c to void (i32)*)( i32 0 )
21 call void bitcast (void (...)* @c to void (i32)*)( i32 zeroext 0 )
22 ret void