Home
last modified time | relevance | path

Searched refs:rem10 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/Transforms/GVNHoist/
Dhoist-unsafe-pr31729.ll52 %rem10 = urem i32 %0, %div9
53 %cmp11 = icmp eq i32 %rem10, 0
/external/llvm-project/llvm/test/Transforms/LoopFusion/
Dguarded_peel.ll71 %rem10 = srem i64 %mul9, %i1.02
72 %conv11 = trunc i64 %rem10 to i32
Ddiagnostics_missed.ll42 %rem10 = srem i64 %mul9, %i1.01
43 %conv11 = trunc i64 %rem10 to i32
92 %rem10 = srem i64 %mul9, %i1.01
93 %conv11 = trunc i64 %rem10 to i32
Dguarded.ll52 %rem10 = srem i64 %mul9, %i1.02
53 %conv11 = trunc i64 %rem10 to i32
/external/libxaac/decoder/
Dixheaacd_imdct.c209 FLOAT32 gain, ztemp, ftemp, pow10, rem10; in ixheaacd_cal_fac_data() local
225 rem10 = (FLOAT32)ixheaacd_power_10_table[rem]; in ixheaacd_cal_fac_data()
227 gain = pow10 * rem10; in ixheaacd_cal_fac_data()
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Drem.ll300 define i32 @rem10(i32 %x, i32 %y) {
301 ; CHECK-LABEL: @rem10(