Lines Matching full:easy
8 define i32 @f1(i32 %easy, i32 *%ptr, i32 %limit) {
15 %res = select i1 %cond, i32 %easy, i32 %other
20 define i32 @f2(i32 %easy, i32 *%ptr, i32 %limit) {
27 %res = select i1 %cond, i32 %other, i32 %easy
32 define i32 @f3(i32 %easy, i32 *%base, i32 %limit) {
40 %res = select i1 %cond, i32 %easy, i32 %other
45 define i32 @f4(i32 %easy, i32 *%base, i32 %limit) {
54 %res = select i1 %cond, i32 %easy, i32 %other
59 define i32 @f5(i32 %easy, i32 *%base, i32 %limit) {
67 %res = select i1 %cond, i32 %easy, i32 %other
72 define i32 @f6(i32 %easy, i32 *%base, i32 %limit) {
81 %res = select i1 %cond, i32 %easy, i32 %other
92 %easy = call i32 @foo(i32 *%ptr)
95 %res = select i1 %cond, i32 %easy, i32 %other
100 define i32 @f8(i32 %easy, i32 %limit, i64 %base, i64 %index) {
109 %res = select i1 %cond, i32 %easy, i32 %other
115 define i32 @f9(i32 %easy, i32 %limit, i32 *%ptr) {
120 %cmp = icmp ule i32 %easy, %limit
128 %res = phi i32 [ %easy, %entry ], [ %other, %load ]