/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 128 @i127_s = external global i127 ; <i127*> [#uses=1] 889 define void @i127_ls(i127 %x) nounwind { 890 store i127 %x, i127* @i127_s [all...] |
APIntSextParam.ll | 128 @i127_s = external global i127 ; <i127*> [#uses=1] 889 define void @i127_ls(i127 signext %x) nounwind { 890 store i127 %x, i127* @i127_s [all...] |
APIntZextParam.ll | 128 @i127_s = external global i127 ; <i127*> [#uses=1] 889 define void @i127_ls(i127 zeroext %x) nounwind { 890 store i127 %x, i127* @i127_s [all...] |
APIntLoadStore.ll | 254 @i127_l = external global i127 ; <i127*> [#uses=1] 255 @i127_s = external global i127 ; <i127*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 269 int i127[] = {0, 0, 0, 0, 1, 1, 1}; local 396 assert(std::is_heap(i127, i127+7) == (std::is_heap_until(i127, i127+7) == i127+7));
|
is_heap_until.pass.cpp | 269 int i127[] = {0, 0, 0, 0, 1, 1, 1}; local 396 assert(std::is_heap_until(i127, i127+7) == i127+4);
|
is_heap_until_comp.pass.cpp | 270 int i127[] = {0, 0, 0, 0, 1, 1, 1}; local 397 assert(std::is_heap_until(i127, i127+7, std::greater<int>()) == i127+7);
|
is_heap_comp.pass.cpp | 270 int i127[] = {0, 0, 0, 0, 1, 1, 1}; local 397 assert(std::is_heap(i127, i127+7, std::greater<int>()) == (std::is_heap_until(i127, i127+7, std::greater<int>()) == i127+7)); [all...] |
/external/llvm/test/Transforms/JumpThreading/ |
2010-08-26-and.ll | 137 %call.i127 = call i32 @memcmp(i8* getelementptr inbounds ([7 x i8]* @.str6, i64 0, i64 0), i8* %tmp6, i64 7) nounwind ; <i32> [#uses=1] 138 %cmp9.i128 = icmp eq i32 %call.i127, 0 ; <i1> [#uses=1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 175 ... i127, i128, i129, i130, i131, i132, i133, i134, i135, 210 ... i127, i128, i129, i130, i131, i132, i133, i134, i135,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 175 ... i127, i128, i129, i130, i131, i132, i133, i134, i135, 210 ... i127, i128, i129, i130, i131, i132, i133, i134, i135,
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
pr3085.ll | 805 br i1 false, label %bb5.i130, label %bb3.i127 807 bb3.i127: ; preds = %bb2.i126 810 bb5.i130: ; preds = %bb3.i127, %bb2.i126 [all...] |
/art/test/083-compiler-regressions/src/ |
Main.java | 504 int i127 = 127; local [all...] |