Home | History | Annotate | Download | only in X86

Lines Matching full:wibble

22 ;   struct Wibble {
26 ; void bar(Wibble *c) {
35 %struct.Wibble = type { i32 }
39 @wibble1 = global %struct.Wibble* null, align 8
40 @wibble2 = global %struct.Wibble* null, align 8
55 %0 = load %struct.Wibble*, %struct.Wibble** @wibble1, align 8
57 %1 = load %struct.Wibble*, %struct.Wibble** @wibble2, align 8
58 %cmp.i = icmp ugt %struct.Wibble* %1, %0
62 store %struct.Wibble* null, %struct.Wibble** @wibble2, align 8
66 %x.i = getelementptr inbounds %struct.Wibble, %struct.Wibble* %0, i64 0, i32 0