/external/llvm/test/Transforms/InstCombine/ |
apint-xor2.ll | 21 define i123 @test3(i123 %x) { 22 %tmp.2 = xor i123 %x, %x 23 ret i123 %tmp.2
|
apint-and2.ll | 50 define i123 @test3(i123 %x) { 51 %tmp.0 = and i123 %x, 127 52 %tmp.2 = and i123 %tmp.0, 128 53 ret i123 %tmp.2
|
/external/llvm/test/Transforms/LCSSA/ |
invoke-dest.ll | 67 br i1 undef, label %bb.i.i123, label %bb34 69 bb.i.i123: ; preds = %bb32 72 bb34: ; preds = %bb.i.i123, %bb32, %bb18
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
2008-11-24-RAUW-Self.ll | 173 bb2.i121: ; preds = %bb4.i123.bb2.i121_crit_edge, %bb1.i115.bb2.i121_crit_edge 174 br i1 false, label %bb4.i123, label %mulflt.exit157.base2flt.exit144_crit_edge.loopexit 176 bb4.i123: ; preds = %bb2.i121 177 br i1 false, label %bb4.i123.bb11.i129_crit_edge, label %bb4.i123.bb2.i121_crit_edge 179 bb4.i123.bb2.i121_crit_edge: ; preds = %bb4.i123 182 bb4.i123.bb11.i129_crit_edge: ; preds = %bb4.i123 185 bb11.i129: ; preds = %bb10.i136.bb11.i129_crit_edge, %bb4.i123.bb11.i129_crit_edg [all...] |
/external/llvm/test/Transforms/LoopDeletion/ |
2011-06-21-phioperands.ll | 132 br i1 undef, label %_ZNK5clang6driver3Arg8getValueERKNS0_7ArgListEj.exit125, label %cond.false.i.i123 134 cond.false.i.i123: ; preds = %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLookupKeyTest.java | 87 String expectedLookupKey = "0i123.0e4..5..6.0ihttp%3A%2F%2Ffoo%3Fbar";
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 124 @i123_s = external global i123 ; <i123*> [#uses=1] 869 define void @i123_ls(i123 %x) nounwind { 870 store i123 %x, i123* @i123_s [all...] |
APIntSextParam.ll | 124 @i123_s = external global i123 ; <i123*> [#uses=1] 869 define void @i123_ls(i123 signext %x) nounwind { 870 store i123 %x, i123* @i123_s [all...] |
APIntZextParam.ll | 124 @i123_s = external global i123 ; <i123*> [#uses=1] 869 define void @i123_ls(i123 zeroext %x) nounwind { 870 store i123 %x, i123* @i123_s [all...] |
APIntLoadStore.ll | 246 @i123_l = external global i123 ; <i123*> [#uses=1] 247 @i123_s = external global i123 ; <i123*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 265 int i123[] = {0, 0, 0, 0, 0, 1, 1}; local 392 assert(std::is_heap(i123, i123+7) == (std::is_heap_until(i123, i123+7) == i123+7));
|
is_heap_until.pass.cpp | 265 int i123[] = {0, 0, 0, 0, 0, 1, 1}; local 392 assert(std::is_heap_until(i123, i123+7) == i123+5);
|
is_heap_until_comp.pass.cpp | 266 int i123[] = {0, 0, 0, 0, 0, 1, 1}; local 393 assert(std::is_heap_until(i123, i123+7, std::greater<int>()) == i123+7);
|
is_heap_comp.pass.cpp | 266 int i123[] = {0, 0, 0, 0, 0, 1, 1}; local 393 assert(std::is_heap(i123, i123+7, std::greater<int>()) == (std::is_heap_until(i123, i123+7, std::greater<int>()) == i123+7)); [all...] |
/external/llvm/test/Transforms/JumpThreading/ |
2010-08-26-and.ll | 132 %cmp.i123 = icmp eq i32 %conv.i.i, 6 ; <i1> [#uses=1] 133 %or.cond171 = and i1 %tobool.i120, %cmp.i123 ; <i1> [#uses=1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 174 ... i118, i119, i120, i121, i122, i123, i124, i125, i126, 209 ... i118, i119, i120, i121, i122, i123, i124, i125, i126,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 174 ... i118, i119, i120, i121, i122, i123, i124, i125, i126, 209 ... i118, i119, i120, i121, i122, i123, i124, i125, i126,
|
/art/test/083-compiler-regressions/src/ |
Main.java | 496 int i123 = 123; local [all...] |