Home | History | Annotate | Download | only in AArch64

Lines Matching full:i128

179 %pre.struct.i128 = type { i32, <2 x i64>, <2 x i64>}
219 define <2 x i64> @load-pre-indexed-quadword2(%pre.struct.i128** %this, i1 %cond,
220 %pre.struct.i128* %load2) nounwind {
225 %load1 = load %pre.struct.i128*, %pre.struct.i128** %this
226 %gep1 = getelementptr inbounds %pre.struct.i128, %pre.struct.i128* %load1, i64 0, i32 1
229 %gep2 = getelementptr inbounds %pre.struct.i128, %pre.struct.i128* %load2, i64 0, i32 2
321 define void @store-pre-indexed-quadword2(%pre.struct.i128** %this, i1 %cond,
322 %pre.struct.i128* %load2,
328 %load1 = load %pre.struct.i128*, %pre.struct.i128** %this
329 %gep1 = getelementptr inbounds %pre.struct.i128, %pre.struct.i128* %load1, i64 0, i32 1
332 %gep2 = getelementptr inbounds %pre.struct.i128, %pre.struct.i128* %load2, i64 0, i32 2