Lines Matching full:align
20 %p.addr = alloca float*, align 8
21 %expected.addr = alloca float*, align 8
22 %desired.addr = alloca float, align 4
23 %success = alloca i8, align 1
24 store float* %p, float** %p.addr, align 8
25 store float* %expected, float** %expected.addr, align 8
26 store float %desired, float* %desired.addr, align 4
27 %0 = load float** %expected.addr, align 8
28 %1 = load float** %expected.addr, align 8
29 %2 = load float* %1, align 4
30 %3 = load float* %desired.addr, align 4
31 %4 = load float** %p.addr, align 8
33 store i8 %5, i8* %success, align 1
34 %6 = load i8* %success, align 1
47 %p.addr = alloca i8*, align 8
48 %expected.addr = alloca i8*, align 8
49 %desired.addr = alloca i8, align 1
50 %success = alloca i8, align 1
51 store i8* %p, i8** %p.addr, align 8
52 store i8* %expected, i8** %expected.addr, align 8
54 store i8 %frombool, i8* %desired.addr, align 1
55 %0 = load i8** %expected.addr, align 8
56 %1 = load i8** %expected.addr, align 8
57 %2 = load i8* %1, align 1
59 %3 = load i8* %desired.addr, align 1
61 %4 = load i8** %p.addr, align 8
63 store i8 %5, i8* %success, align 1
64 %6 = load i8* %success, align 1