Searched refs:val_2 (Results 1 – 2 of 2) sorted by relevance
/external/libmpeg2/common/ |
D | ideint_cac.c | 247 WORD32 val_2; in cac_4x8() local 257 val_2 = AVG(tmp_1, tmp_2); in cac_4x8() 259 tmp_diff = ABS_DIF(val_1, val_2); in cac_4x8() 276 WORD32 val_2; in cac_4x8() local 286 val_2 = AVG(tmp_1, tmp_2); in cac_4x8() 288 tmp_diff = ABS_DIF(val_1, val_2); in cac_4x8()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | expander-replace-congruent-ivs.ll | 6 ; SCEVExpander would try to RAUW %val_2 with %c.lcssa, breaking "def 18 %val_2 = phi i32 [ %val, %for.body.us ], [ undef, %entry ] 28 %c.lcssa = phi i32 [ 0, %loop_0.cond ], [ %val_2, %loop_1.exit ] 35 %d.1 = phi i32 [ %c.lcssa, %loop_1 ], [ %val_2, %loop_1.ph ] 36 %t.1 = phi i32 [ %val_2, %loop_1 ], [ %c.lcssa, %loop_1.ph ]
|