Lines Matching refs:base1
8 ; 1: base1 + offset
14 ; 1: base: base1 + offset, offsets: (0, offset)
15 ; 2: base: base1 + 3*offset, offsets: (0, offset)
17 ; long long two_chain_same_offset_succ_i32(char *p, int offset, int base1, long long n) {
18 ; int o1 = base1 + offset;
19 ; int o2 = base1 + 2 * offset;
20 ; int o3 = base1 + 3 * offset;
21 ; int o4 = base1 + 4 * offset;
37 define i64 @two_chain_same_offset_succ_i32(i8* %p, i32 %offset, i32 %base1, i64 %n) {
96 %add = add nsw i32 %base1, %offset
98 %add1 = add nsw i32 %mul, %base1
100 %add3 = add nsw i32 %mul2, %base1
102 %add5 = add nsw i32 %mul4, %base1