Lines Matching refs:alt
8 define void @f1(float *%ptr, float %alt, i32 %limit) {
17 %res = select i1 %cond, float %orig, float %alt
23 define void @f2(float *%ptr, float %alt, i32 %limit) {
32 %res = select i1 %cond, float %alt, float %orig
38 define void @f3(float *%base, float %alt, i32 %limit) {
48 %res = select i1 %cond, float %orig, float %alt
54 define void @f4(float *%base, float %alt, i32 %limit) {
64 %res = select i1 %cond, float %orig, float %alt
70 define void @f5(float *%base, float %alt, i32 %limit) {
80 %res = select i1 %cond, float %orig, float %alt
87 define void @f6(float *%base, float %alt, i32 %limit) {
98 %res = select i1 %cond, float %orig, float %alt
104 define void @f7(float *%base, float %alt, i32 %limit) {
114 %res = select i1 %cond, float %orig, float %alt
121 define void @f8(float *%base, float %alt, i32 %limit) {
132 %res = select i1 %cond, float %orig, float %alt
138 define void @f9(i64 %base, i64 %index, float %alt, i32 %limit) {
150 %res = select i1 %cond, float %orig, float %alt
156 define void @f10(float *%ptr, float %alt, i32 %limit) {
165 %res = select i1 %cond, float %orig, float %alt
171 define void @f11(float *%ptr, float %alt, i32 %limit) {
180 %res = select i1 %cond, float %orig, float %alt
186 define void @f12(float %alt, i32 %limit) {
200 %res = select i1 %cond, float %orig, float %alt