Home | History | Annotate | Download | only in Mips

Lines Matching full:inbounds

37   %real = getelementptr inbounds { float, float }* %retval, i32 0, i32 0
38 %imag = getelementptr inbounds { float, float }* %retval, i32 0, i32 1
53 %real = getelementptr inbounds { double, double }* %retval, i32 0, i32 0
54 %imag = getelementptr inbounds { double, double }* %retval, i32 0, i32 1
73 %call1 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), double %conv)
78 %call3 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), double %3)
83 store float %5, float* getelementptr inbounds ({ float, float }* @xy, i32 0, i32 0)
84 store float %6, float* getelementptr inbounds ({ float, float }* @xy, i32 0, i32 1)
85 %xy.real = load float* getelementptr inbounds ({ float, float }* @xy, i32 0, i32 0)
86 %xy.imag = load float* getelementptr inbounds ({ float, float }* @xy, i32 0, i32 1)
89 %xy.real7 = load float* getelementptr inbounds ({ float, float }* @xy, i32 0, i32 0)
90 %xy.imag8 = load float* getelementptr inbounds ({ float, float }* @xy, i32 0, i32 1)
93 %call11 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([10 x i8]* @.str1, i32 0, i32 0), double %conv5, double %conv10)
98 store double %8, double* getelementptr inbounds ({ double, double }* @xyd, i32 0, i32 0)
99 store double %9, double* getelementptr inbounds ({ double, double }* @xyd, i32 0, i32 1)
100 %xyd.real = load double* getelementptr inbounds ({ double, double }* @xyd, i32 0, i32 0)
101 %xyd.imag = load double* getelementptr inbounds ({ double, double }* @xyd, i32 0, i32 1)
102 %xyd.real13 = load double* getelementptr inbounds ({ double, double }* @xyd, i32 0, i32 0)
103 %xyd.imag14 = load double* getelementptr inbounds ({ double, double }* @xyd, i32 0, i32 1)
104 %call15 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([10 x i8]* @.str1, i32 0, i32 0), double %xyd.real, double %xyd.imag14)