; ModuleID = 'probe5.34344da6fcc24e5d-cgu.0' source_filename = "probe5.34344da6fcc24e5d-cgu.0" target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-windows-msvc" ; std::f64::::copysign ; Function Attrs: inlinehint uwtable define internal double @"_ZN3std3f6421_$LT$impl$u20$f64$GT$8copysign17hc5d42c75a0c2f4a7E"(double %self, double %sign) unnamed_addr #0 { start: %0 = alloca double, align 8 %1 = call double @llvm.copysign.f64(double %self, double %sign) store double %1, ptr %0, align 8 %2 = load double, ptr %0, align 8, !noundef !1 ret double %2 } ; probe5::probe ; Function Attrs: uwtable define void @_ZN6probe55probe17h60e6f74554da1bf3E() unnamed_addr #1 { start: ; call std::f64::::copysign %_1 = call double @"_ZN3std3f6421_$LT$impl$u20$f64$GT$8copysign17hc5d42c75a0c2f4a7E"(double 1.000000e+00, double -1.000000e+00) ret void } ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.copysign.f64(double, double) #2 attributes #0 = { inlinehint uwtable "target-cpu"="x86-64" } attributes #1 = { uwtable "target-cpu"="x86-64" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0} !0 = !{i32 8, !"PIC Level", i32 2} !1 = !{}