Lines Matching full:i256
5 define void @add(i256* %p, i256* %q) nounwind {6 %a = load i256* %p7 %b = load i256* %q8 %c = add i256 %a, %b9 store i256 %c, i256* %p12 define void @sub(i256* %p, i256* %q) nounwind {13 %a = load i256* %p14 %b = load i256* %q15 %c = sub i256 %a, %b16 store i256 %c, i256* %p