HomeSort by relevance Sort by last modified time
    Searched full:i117 (Results 1 - 14 of 14) sorted by null

  /external/llvm/test/Transforms/InstCombine/
apint-and2.ll 62 define i117 @test5(i117 %A, i117* %P) {
63 %B = or i117 %A, 3
64 %C = xor i117 %B, 12
65 store i117 %C, i117* %P
66 %r = and i117 %C, 3
67 ret i117 %r
70 define i117 @test6(i117 %A, i117 %B)
    [all...]
apint-or2.ll 12 define i117 @test1(i117 %X) {
13 %Y = or i117 %X, -1
14 ret i117 %Y
  /external/llvm/test/CodeGen/X86/
2011-04-13-SchedCmpJmp.ll 37 %tmp.i.i117.i = load %"class.JSC::Structure"** undef, align 8
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 118 @i117_s = external global i117 ; <i117*> [#uses=1]
839 define void @i117_ls(i117 %x) nounwind {
840 store i117 %x, i117* @i117_s
    [all...]
APIntSextParam.ll 118 @i117_s = external global i117 ; <i117*> [#uses=1]
839 define void @i117_ls(i117 signext %x) nounwind {
840 store i117 %x, i117* @i117_s
    [all...]
APIntZextParam.ll 118 @i117_s = external global i117 ; <i117*> [#uses=1]
839 define void @i117_ls(i117 zeroext %x) nounwind {
840 store i117 %x, i117* @i117_s
    [all...]
APIntLoadStore.ll 234 @i117_l = external global i117 ; <i117*> [#uses=1]
235 @i117_s = external global i117 ; <i117*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 196 int i117[] = {1, 1, 1, 1, 0, 0}; local
259 assert(std::is_heap(i117, i117+6) == (std::is_heap_until(i117, i117+6) == i117+6));
is_heap_until.pass.cpp 196 int i117[] = {1, 1, 1, 1, 0, 0}; local
259 assert(std::is_heap_until(i117, i117+6) == i117+6);
is_heap_until_comp.pass.cpp 197 int i117[] = {1, 1, 1, 1, 0, 0}; local
260 assert(std::is_heap_until(i117, i117+6, std::greater<int>()) == i117+4);
is_heap_comp.pass.cpp 197 int i117[] = {1, 1, 1, 1, 0, 0}; local
260 assert(std::is_heap(i117, i117+6, std::greater<int>()) == (std::is_heap_until(i117, i117+6, std::greater<int>()) == i117+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 484 int i117 = 117; local
    [all...]

Completed in 83 milliseconds