1target triple = "x86_64-unknown-linux-gnu" 2 3%struct.rtx_def = type { i16, i16 } 4 5define void @bar(ptr %a, i8 %b, i32 %c) { 6 call void @llvm.memset.p0.rtx_def.i32(ptr align 4 %a, i8 %b, i32 %c, i1 true) 7 ret void 8} 9 10declare void @llvm.memset.p0.rtx_def.i32(ptr, i8, i32, i1) 11