HomeSort by relevance Sort by last modified time
    Searched full:ult (Results 351 - 375 of 491) sorted by null

<<11121314151617181920

  /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
  /external/llvm/lib/Support/
APInt.cpp 516 bool APInt::ult(const APInt& RHS) const { function in class:APInt
581 return lhs.ult(rhs);
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
APSInt.h 118 return IsUnsigned ? ult(RHS) : slt(RHS);
  /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/PowerPC/
vec_cmp.ll 92 %cmp = icmp ult <16 x i8> %x, %y
222 %cmp = icmp ult <8 x i16> %x, %y
355 %cmp = icmp ult <4 x i32> %x, %y
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 39 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
  /external/llvm/test/CodeGen/AArch64/
arm64-csel.ll 226 %cmp = icmp ult i64 %a, %b
arm64-fcmp-opt.ll 151 %cmp = fcmp ult float %a, %b
  /external/llvm/test/CodeGen/Generic/
2006-06-28-SimplifySetCCCrash.ll 242 %bothcond699 = icmp ult i32 %tmp1877, 2 ; <i1> [#uses=1]
  /external/llvm/test/CodeGen/Mips/
dsp-patterns-cmp-vselect.ll 132 %cmp = icmp ult <4 x i8> %0, %1
217 %cmp = icmp ult <2 x i16> %0, %1
456 %cmp = icmp ult <4 x i8> %0, %1
531 %cmp = icmp ult <2 x i16> %0, %1
  /external/llvm/test/CodeGen/Mips/msa/
llvm-stress-s3926023935.ll 53 %Cmp24 = icmp ult <2 x i32> zeroinitializer, zeroinitializer
llvm-stress-s997348632.ll 32 %Cmp = icmp ult <4 x i64> zeroinitializer, zeroinitializer
  /external/llvm/test/CodeGen/R600/
schedule-vs-if-nested-loop-failure.ll 13 %2 = fcmp ult float %0, 0.000000e+00
schedule-vs-if-nested-loop.ll 10 %4 = fcmp ult float %0, 0.000000e+00
  /external/llvm/test/CodeGen/X86/
avx-blend.ll 134 %min_is_x = fcmp ult <2 x double> %x, %y
peep-test-4.ll 122 %cmp = icmp ult i128 %add, 18446744073709551616
fast-isel-select-sse.ll 307 %1 = fcmp ult float %a, %b
323 %1 = fcmp ult double %a, %b
  /external/llvm/test/Transforms/IndVarSimplify/
eliminate-comparison.ll 69 %tmp95 = icmp ult i64 %tmp86, %tmp94
  /external/llvm/test/Transforms/Inline/
inline_constprop.ll 79 %icmp2 = icmp ult i32 %sub, 64
  /external/llvm/test/Transforms/InstCombine/
overflow-mul.ll 91 %overflow = icmp ult i64 %mul64, 4294967296
  /external/llvm/test/Transforms/SimplifyCFG/
indirectbr.ll 241 %xval10x = icmp ult i32 %xval704x.0, %xval202x
  /external/llvm/unittests/IR/
ConstantsTest.cpp 241 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
  /packages/apps/PackageInstaller/res/values-fr/
strings.xml 42 <string name="install_failed_verify_timeout" msgid="7083090219270140373">"Expiration du délai lors de la tentative de validation de ce package. Veuillez le réinstaller ultérieurement."</string>
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 514 OP2_(ULT, USLT);
561 OP2_(ULT, SLT);

Completed in 676 milliseconds

<<11121314151617181920