/external/llvm/test/Transforms/InstCombine/ |
apint-add2.ll | 8 define i111 @test1(i111 %x) { 9 %tmp.2 = shl i111 1, 110 10 %tmp.4 = xor i111 %x, %tmp.2 12 %tmp.6 = add i111 %tmp.4, %tmp.2 13 ret i111 %tmp.6
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
2008-11-24-RAUW-Self.ll | 216 br label %bb9.i111 225 br label %bb9.i111 227 bb9.i111: ; preds = %bb8.i108, %bb5.i106.bb9.i111_crit_edge 230 addflt.exit114: ; preds = %bb9.i111, %bb6.i107.addflt.exit114_crit_edge, %base2flt.exit144.addflt.exit114_crit_edge
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 112 @i111_s = external global i111 ; <i111*> [#uses=1] 809 define void @i111_ls(i111 %x) nounwind { 810 store i111 %x, i111* @i111_s [all...] |
APIntSextParam.ll | 112 @i111_s = external global i111 ; <i111*> [#uses=1] 809 define void @i111_ls(i111 signext %x) nounwind { 810 store i111 %x, i111* @i111_s [all...] |
APIntZextParam.ll | 112 @i111_s = external global i111 ; <i111*> [#uses=1] 809 define void @i111_ls(i111 zeroext %x) nounwind { 810 store i111 %x, i111* @i111_s [all...] |
APIntLoadStore.ll | 222 @i111_l = external global i111 ; <i111*> [#uses=1] 223 @i111_s = external global i111 ; <i111*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 190 int i111[] = {1, 1, 0, 1, 1, 0}; local 253 assert(std::is_heap(i111, i111+6) == (std::is_heap_until(i111, i111+6) == i111+6));
|
is_heap_until.pass.cpp | 190 int i111[] = {1, 1, 0, 1, 1, 0}; local 253 assert(std::is_heap_until(i111, i111+6) == i111+6);
|
is_heap_until_comp.pass.cpp | 191 int i111[] = {1, 1, 0, 1, 1, 0}; local 254 assert(std::is_heap_until(i111, i111+6, std::greater<int>()) == i111+2);
|
is_heap_comp.pass.cpp | 191 int i111[] = {1, 1, 0, 1, 1, 0}; local 254 assert(std::is_heap(i111, i111+6, std::greater<int>()) == (std::is_heap_until(i111, i111+6, std::greater<int>()) == i111+6)); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 173 ... i109, i110, i111, i112, i113, i114, i115, i116, i117, 208 ... i109, i110, i111, i112, i113, i114, i115, i116, i117,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 173 ... i109, i110, i111, i112, i113, i114, i115, i116, i117, 208 ... i109, i110, i111, i112, i113, i114, i115, i116, i117,
|
/art/test/083-compiler-regressions/src/ |
Main.java | 472 int i111 = 111; local [all...] |