Home | History | Annotate | Download | only in X86

Lines Matching full:i64

4 declare i64 @llvm.bswap.i64(i64) nounwind readnone
22 define void @test3(i64* %x, i64 %y) nounwind {
23 %bswap = call i64 @llvm.bswap.i64(i64 %y)
24 store i64 %bswap, i64* %x, align 8
30 define i64 @test4(i64* %x) nounwind {
31 %load = load i64* %x, align 8
32 %bswap = call i64 @llvm.bswap.i64(i64 %load)
33 ret i64 %bswap