HomeSort by relevance Sort by last modified time
    Searched full:ult (Results 251 - 275 of 396) sorted by null

<<111213141516

  /external/llvm/test/Transforms/LoopVectorize/
bzip_reverse_loops.ll 22 %cmp = icmp ult i32 %conv, %size
  /external/llvm/utils/vim/
llvm.vim 34 syn keyword llvmStatement uitofp ule ult umax umin une uno unreachable unwind
  /external/qemu/target-mips/
helper.h 251 FOP_PROTO(ult)
  /external/llvm/test/Transforms/InstCombine/
select.ll 630 ; CHECK-NEXT: %is_a_nonnegative = icmp ult i64 %a_ext, 3
637 %is_a_nonpositive = icmp ult i32 %a, 3
653 ; CHECK-NEXT: %is_a_nonnegative = icmp ult i64 %a_ext, 3
660 %is_a_nonpositive = icmp ult i32 %a, 3
672 %is_a_nonpositive = icmp ult i32 %a, 3
682 %is_a_nonpositive = icmp ult i32 %a, 3
851 %cmp12 = icmp ult i32 %conv2, 2
xor.ll 90 %C = icmp ult i8 %A, %B ; <i1> [#uses=1]
  /external/llvm/lib/Analysis/
Lint.cpp 489 Assert1(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
496 Assert1(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
503 Assert1(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
563 Assert1(CI->getValue().ult(I.getVectorOperandType()->getNumElements()),
571 Assert1(CI->getValue().ult(I.getType()->getNumElements()),
  /external/llvm/test/Transforms/SimplifyCFG/X86/
switch_to_lookup_table.ll 58 ; CHECK-NEXT: %0 = icmp ult i32 %switch.tableidx, 7
94 ; CHECK-NEXT: %0 = icmp ult i32 %switch.tableidx, 4
144 ; CHECK-NEXT: %0 = icmp ult i32 %switch.tableidx, 4
190 %cmp = icmp ult i8 %c, 33
226 ; CHECK-NEXT: %cmp = icmp ult i8 %c, 33
230 ; CHECK-NEXT: %0 = icmp ult i8 %switch.tableidx, 59
  /external/llvm/test/CodeGen/SystemZ/
int-cmp-05.ll 26 %cond = icmp ult i64 %i1, %i2
78 %cond = icmp ult i64 %i1, %i2
branch-04.ll 150 %cond = fcmp ult float %target, %val
  /external/llvm/test/MC/Disassembler/Mips/
mips32.txt 149 # CHECK: c.ult.d $f12, $f14
152 # CHECK: c.ult.s $f6, $f7
mips32_le.txt 149 # CHECK: c.ult.d $f12, $f14
152 # CHECK: c.ult.s $f6, $f7
mips32r2.txt 149 # CHECK: c.ult.d $f12, $f14
152 # CHECK: c.ult.s $f6, $f7
mips32r2_le.txt 149 # CHECK: c.ult.d $f12, $f14
152 # CHECK: c.ult.s $f6, $f7
  /external/llvm/test/Transforms/LoopRotate/
multiple-exits.ll 19 %cmp2 = icmp ult i32 %i.1, 100
43 ; CHECK: %cmp2 = icmp ult i32 %i.1, 100
  /external/clang/test/CodeGen/
ext-vector.c 267 // CHECK: icmp ult
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 30 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
  /external/llvm/test/Analysis/BranchProbabilityInfo/
basic.ll 28 %cond = icmp ult i32 %i, 42
  /external/llvm/test/CodeGen/Thumb2/
2010-06-21-TailMergeBug.ll 95 %2 = icmp ult i32 undef, 128 ; <i1> [#uses=1]
  /external/llvm/test/CodeGen/X86/
2009-09-10-SpillComments.ll 96 %tmp116 = icmp ult i32 %tmp104, %tmp115 ; <i1> [#uses=1]
vec_compare.ll 182 %C = icmp ult <2 x i64> %A, %B
optimize-max-0.ll 4 ; making the loops use slt/ult comparisons instead of ne comparisons.
301 %15 = icmp ult i32 %w, 2
358 %36 = icmp ult i32 %x, 2
  /external/llvm/test/Transforms/LoopStrengthReduce/
2012-01-16-nopreheader.ll 52 %cmp241 = icmp ult i8* %s.3, %end
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2011-12-04-loserreg.ll 62 %cmp = icmp ult i64 %indvars.iv.next40, %count
  /external/llvm/utils/kate/
llvm.xml 172 <item> ult </item>
  /external/llvm/test/Transforms/JumpThreading/
crash.ll 36 %tmp2 = fcmp ult double %tmp1, 0.000000e+00
41 %tmp3 = fcmp ult double undef, 0.000000e+00
502 %tobool21 = icmp ult i16 %l_245.0, 256

Completed in 2165 milliseconds

<<111213141516