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

  /external/llvm/test/CodeGen/X86/
loop-strength-reduce6.ll 49 %tmp165.i144.i = shl i32 %i.052.i.i, 5 ; <i32> [#uses=1]
50 %tmp165169.i.i = sext i32 %tmp165.i144.i to i64 ; <i64> [#uses=0]
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2012-01-13-phielim.ll 37 %add.ptr.i144 = getelementptr inbounds i8* %base, i64 %add.ptr.sum.i
38 %cmp2 = tail call i1 @foo(i8* %add.ptr.i144, i8* %add.ptr.i144, i8* undef) nounwind
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 145 @i144_s = external global i144 ; <i144*> [#uses=1]
974 define void @i144_ls(i144 %x) nounwind {
975 store i144 %x, i144* @i144_s
    [all...]
APIntSextParam.ll 145 @i144_s = external global i144 ; <i144*> [#uses=1]
974 define void @i144_ls(i144 signext %x) nounwind {
975 store i144 %x, i144* @i144_s
    [all...]
APIntZextParam.ll 145 @i144_s = external global i144 ; <i144*> [#uses=1]
974 define void @i144_ls(i144 zeroext %x) nounwind {
975 store i144 %x, i144* @i144_s
    [all...]
APIntLoadStore.ll 288 @i144_l = external global i144 ; <i144*> [#uses=1]
289 @i144_s = external global i144 ; <i144*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 286 int i144[] = {0, 0, 1, 1, 0, 0, 0}; local
413 assert(std::is_heap(i144, i144+7) == (std::is_heap_until(i144, i144+7) == i144+7));
is_heap_until.pass.cpp 286 int i144[] = {0, 0, 1, 1, 0, 0, 0}; local
413 assert(std::is_heap_until(i144, i144+7) == i144+2);
is_heap_until_comp.pass.cpp 287 int i144[] = {0, 0, 1, 1, 0, 0, 0}; local
414 assert(std::is_heap_until(i144, i144+7, std::greater<int>()) == i144+5);
is_heap_comp.pass.cpp 287 int i144[] = {0, 0, 1, 1, 0, 0, 0}; local
414 assert(std::is_heap(i144, i144+7, std::greater<int>()) == (std::is_heap_until(i144, i144+7, std::greater<int>()) == i144+7));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 176 ... i136, i137, i138, i139, i140, i141, i142, i143, i144,
211 ... i136, i137, i138, i139, i140, i141, i142, i143, i144,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 176 ... i136, i137, i138, i139, i140, i141, i142, i143, i144,
211 ... i136, i137, i138, i139, i140, i141, i142, i143, i144,
  /art/test/083-compiler-regressions/src/
Main.java 538 int i144 = 144; local
    [all...]

Completed in 53 milliseconds