/external/llvm/test/Transforms/InstCombine/ |
apint-shift.ll | 171 define i1 @test17(i106 %A) { 172 %B = lshr i106 %A, 3 ; <i106> [#uses=1] 173 %C = icmp eq i106 %B, 1234 ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
2008-11-24-RAUW-Self.ll | 210 br i1 false, label %base2flt.exit144.addflt.exit114_crit_edge, label %bb5.i106 212 bb5.i106: ; preds = %bb3.i105 213 br i1 false, label %bb5.i106.bb9.i111_crit_edge, label %bb6.i107 215 bb5.i106.bb9.i111_crit_edge: ; preds = %bb5.i106 218 bb6.i107: ; preds = %bb5.i106 227 bb9.i111: ; preds = %bb8.i108, %bb5.i106.bb9.i111_crit_edge
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 107 @i106_s = external global i106 ; <i106*> [#uses=1] 784 define void @i106_ls(i106 %x) nounwind { 785 store i106 %x, i106* @i106_s [all...] |
APIntSextParam.ll | 107 @i106_s = external global i106 ; <i106*> [#uses=1] 784 define void @i106_ls(i106 signext %x) nounwind { 785 store i106 %x, i106* @i106_s [all...] |
APIntZextParam.ll | 107 @i106_s = external global i106 ; <i106*> [#uses=1] 784 define void @i106_ls(i106 zeroext %x) nounwind { 785 store i106 %x, i106* @i106_s [all...] |
APIntLoadStore.ll | 212 @i106_l = external global i106 ; <i106*> [#uses=1] 213 @i106_s = external global i106 ; <i106*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 185 int i106[] = {1, 1, 0, 0, 0, 1}; local 248 assert(std::is_heap(i106, i106+6) == (std::is_heap_until(i106, i106+6) == i106+6));
|
is_heap_until.pass.cpp | 185 int i106[] = {1, 1, 0, 0, 0, 1}; local 248 assert(std::is_heap_until(i106, i106+6) == i106+5);
|
is_heap_until_comp.pass.cpp | 186 int i106[] = {1, 1, 0, 0, 0, 1}; local 249 assert(std::is_heap_until(i106, i106+6, std::greater<int>()) == i106+2);
|
is_heap_comp.pass.cpp | 186 int i106[] = {1, 1, 0, 0, 0, 1}; local 249 assert(std::is_heap(i106, i106+6, std::greater<int>()) == (std::is_heap_until(i106, i106+6, std::greater<int>()) == i106+6)); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 172 ... i100, i101, i102, i103, i104, i105, i106, i107, i108, 207 ... i100, i101, i102, i103, i104, i105, i106, i107, i108,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 172 ... i100, i101, i102, i103, i104, i105, i106, i107, i108, 207 ... i100, i101, i102, i103, i104, i105, i106, i107, i108,
|
/art/test/083-compiler-regressions/src/ |
Main.java | 462 int i106 = 106; local [all...] |