Home
last modified time | relevance | path

Searched refs:t41 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll74 %t22 = phi i64 [ %t41, %bb21 ], [ 0, %bb20 ] ; <i64> [#uses=4]
93 %t41 = add nsw i64 %t22, 1 ; <i64> [#uses=2]
94 %t42 = icmp slt i64 %t41, %arg1 ; <i1> [#uses=1]
Dashr-tripcount.ll85 %t41 = fmul float %t25, %invQuantizer.0 ; <float> [#uses=1]
88 store float %t41, float* %t43, align 4
/external/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll53 %t41 = add i64 %t40, %t6
54 %t42 = add i64 %t41, %t7
/external/chromium_org/third_party/sqlite/src/test/
Danalyze2.test305 SELECT * FROM t4 AS t41, t4 AS t42 WHERE t41.x>'ccc' AND t42.x>'ggg'
308 0 1 0 {SEARCH TABLE t4 AS t41 USING COVERING INDEX t4x (x>?) (~800 rows)}
311 SELECT * FROM t4 AS t41, t4 AS t42 WHERE t41.x>'ddd' AND t42.x>'ccc'
313 0 0 0 {SEARCH TABLE t4 AS t41 USING COVERING INDEX t4x (x>?) (~700 rows)}
Dmalloc.test893 SELECT * FROM t4 AS t41, t4 AS t42 WHERE t41.x>'ddd' AND t42.x>'ccc'
/external/pixman/demos/
Dquad2quad.c25 t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, in quad_to_quad() local
164 t41 = py1 * (t40 + t39 + t38); in quad_to_quad()
1666 + x1 * (px1 * (t58 + t54 + t53) + t50) + px1 * (t46 + t45 + t44) + t41 in quad_to_quad()
1726 + x1 * (px1 * (t676 + t659 + t675) + t41) + t672 in quad_to_quad()
1728 + y1 * (x1 * (px1 * (t660 + t659 + t658) + t41) + t655) + px1 * t653 * t1 in quad_to_quad()
1744 + t1 * (px1 * (t765 + t45 + t764) + t41)) in quad_to_quad()
1759 + y1 * (px1 * x1 * t801 + px1 * (t795 + t46 + t794) + t41) in quad_to_quad()
/external/llvm/test/CodeGen/X86/
Dlsr-reuse.ll542 %t41 = fadd float %t23, %t40 ; <float> [#uses=1]
543 %t42 = insertelement <4 x float> undef, float %t41, i32 0 ; <<4 x float>> [#uses=1]
/external/libcxxabi/test/
Ddynamic_cast3.cpp2351 namespace t41 namespace
2458 t41::test(); in main()
/external/clang/test/SemaCXX/
Dtype-traits.cpp918 int t41[F(__is_const(unsigned int))]; in is_const() local
967 int t41[F(__is_volatile(unsigned int))]; in is_volatile() local