/external/llvm/test/Transforms/SCCP/ |
apint-load.ll | 6 @X = constant i212 42 7 @Y = constant [2 x { i212, float }] [ { i212, float } { i212 12, float 1.0 }, 8 { i212, float } { i212 37, float 0x3FF3B2FEC0000000 } ] 9 define i212 @test1() { 10 %B = load i212* @X 11 ret i212 %B 15 %A = getelementptr [2 x { i212, float}]* @Y, i32 0, i32 1, i32 [all...] |
apint-ipsccp4.ll | 8 @Y = constant [2 x { i212, float }] [ { i212, float } { i212 12, float 1.0 }, 9 { i212, float } { i212 37, float 2.0 } ] 12 %A = getelementptr [2 x { i212, float}]* @Y, i32 0, i32 1, i32 1 18 %A = getelementptr [2 x { i212, float}]* @Y, i32 0, i32 0, i32 1
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 213 @i212_s = external global i212 ; <i212*> [#uses=1] 1314 define void @i212_ls(i212 %x) nounwind { 1315 store i212 %x, i212* @i212_s [all...] |
APIntSextParam.ll | 213 @i212_s = external global i212 ; <i212*> [#uses=1] 1314 define void @i212_ls(i212 signext %x) nounwind { 1315 store i212 %x, i212* @i212_s [all...] |
APIntZextParam.ll | 213 @i212_s = external global i212 ; <i212*> [#uses=1] 1314 define void @i212_ls(i212 zeroext %x) nounwind { 1315 store i212 %x, i212* @i212_s [all...] |
APIntLoadStore.ll | 424 @i212_l = external global i212 ; <i212*> [#uses=1] 425 @i212_s = external global i212 ; <i212*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 354 int i212[] = {1, 0, 1, 1, 1, 0, 0}; local 481 assert(std::is_heap(i212, i212+7) == (std::is_heap_until(i212, i212+7) == i212+7));
|
is_heap_until.pass.cpp | 354 int i212[] = {1, 0, 1, 1, 1, 0, 0}; local 481 assert(std::is_heap_until(i212, i212+7) == i212+3);
|
is_heap_until_comp.pass.cpp | 355 int i212[] = {1, 0, 1, 1, 1, 0, 0}; local 482 assert(std::is_heap_until(i212, i212+7, std::greater<int>()) == i212+1);
|
is_heap_comp.pass.cpp | 355 int i212[] = {1, 0, 1, 1, 1, 0, 0}; local [all...] |
/external/llvm/test/CodeGen/X86/ |
2007-08-09-IllegalX86-64Asm.ll | 92 %tmp4.i212 = icmp eq i8 %tmp46207, 0 ; <i1> [#uses=1] 93 %tmp7.i198213 = or i1 %tmp1.i197210, %tmp4.i212 ; <i1> [#uses=1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 184 ... i208, i209, i210, i211, i212, i213, i214, i215, i216, 219 ... i208, i209, i210, i211, i212, i213, i214, i215, i216,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 184 ... i208, i209, i210, i211, i212, i213, i214, i215, i216, 219 ... i208, i209, i210, i211, i212, i213, i214, i215, i216,
|
/art/test/083-compiler-regressions/src/ |
Main.java | 674 int i212 = 212; local [all...] |