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

  /external/llvm/test/Transforms/SCCP/
apint-basictest4.ll 9 define i100 @test(i133 %A) {
10 %B = and i133 0, %A
11 %C = icmp sgt i133 %B, 0
14 %t3 = xor i133 %B, -1
15 %t4 = trunc i133 %t3 to i100
18 %f1 = or i133 -1, %A
19 %f2 = lshr i133 %f1, 33
20 %f3 = trunc i133 %f2 to i100
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 134 @i133_s = external global i133 ; <i133*> [#uses=1]
919 define void @i133_ls(i133 %x) nounwind {
920 store i133 %x, i133* @i133_s
    [all...]
APIntSextParam.ll 134 @i133_s = external global i133 ; <i133*> [#uses=1]
919 define void @i133_ls(i133 signext %x) nounwind {
920 store i133 %x, i133* @i133_s
    [all...]
APIntZextParam.ll 134 @i133_s = external global i133 ; <i133*> [#uses=1]
919 define void @i133_ls(i133 zeroext %x) nounwind {
920 store i133 %x, i133* @i133_s
    [all...]
APIntLoadStore.ll 266 @i133_l = external global i133 ; <i133*> [#uses=1]
267 @i133_s = external global i133 ; <i133*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 275 int i133[] = {0, 0, 0, 1, 1, 0, 1}; local
402 assert(std::is_heap(i133, i133+7) == (std::is_heap_until(i133, i133+7) == i133+7));
is_heap_until.pass.cpp 275 int i133[] = {0, 0, 0, 1, 1, 0, 1}; local
402 assert(std::is_heap_until(i133, i133+7) == i133+3);
is_heap_until_comp.pass.cpp 276 int i133[] = {0, 0, 0, 1, 1, 0, 1}; local
403 assert(std::is_heap_until(i133, i133+7, std::greater<int>()) == i133+7);
is_heap_comp.pass.cpp 276 int i133[] = {0, 0, 0, 1, 1, 0, 1}; local
403 assert(std::is_heap(i133, i133+7, std::greater<int>()) == (std::is_heap_until(i133, i133+7, std::greater<int>()) == i133+7));
    [all...]
  /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,
  /art/test/083-compiler-regressions/src/
Main.java 516 int i133 = 133; local
    [all...]
  /packages/apps/Camera/perftests/panorama/input/
test_006.ppm     [all...]

Completed in 1000 milliseconds