xref: /aosp_15_r20/external/llvm/test/LTO/X86/Inputs/remangle_intrinsics.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1%struct.rtx_def = type { i16, i16 }
2
3define void @bar(%struct.rtx_def* %a, i8 %b, i32 %c) {
4  call void  @llvm.memset.p0struct.rtx_def.i32(%struct.rtx_def* %a, i8 %b, i32 %c, i32 4, i1 true)
5  ret void
6}
7
8declare void @llvm.memset.p0struct.rtx_def.i32(%struct.rtx_def*, i8, i32, i32, i1)
9