Home | History | Annotate | Download | only in BoundsChecking

Lines Matching full:i128

78   %1 = alloca i128
80 %2 = load i128, i128* %1, align 4
86 %1 = alloca i128, i64 %x
89 %2 = load i128, i128* %1, align 4
95 %1 = alloca i128
96 %2 = alloca i128
97 %3 = select i1 undef, i128* %1, i128* %2
99 %4 = load i128, i128* %3, align 4
104 define void @f9(i128* %arg) nounwind {
105 %1 = alloca i128
106 %2 = select i1 undef, i128* %arg, i128* %1
108 %3 = load i128, i128* %2, align 4
114 %1 = alloca i128, i64 %x
115 %2 = alloca i128, i64 %y
116 %3 = select i1 undef, i128* %1, i128* %2
120 %4 = load i128, i128* %3, align 4
125 define void @f11(i128* byval %x) nounwind {
126 %1 = bitcast i128* %x to i8*
134 define void @f11_as1(i128 addrspace(1)* byval %x) nounwind {
135 %1 = bitcast i128 addrspace(1)* %x to i8 addrspace(1)*