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

  /external/llvm/test/Transforms/InstCombine/
abs-1.ll 16 ; CHECK-NEXT: [[ISPOS:%[a-z0-9]+]] = icmp sgt i32 %x, -1
18 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i32 %x, i32 [[NEG]]
26 ; CHECK-NEXT: [[ISPOS:%[a-z0-9]+]] = icmp sgt i64 %x, -1
28 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i64 %x, i64 [[NEG]]
36 ; CHECK-NEXT: [[ISPOS:%[a-z0-9]+]] = icmp sgt i64 %x, -1
38 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i64 %x, i64 [[NEG]]
  /external/llvm/test/Transforms/InstSimplify/
call-callconv.ll 10 ; CHECK: %[[ISPOS:.*]] = icmp sgt i32 %i, -1
12 ; CHECK: %[[RET:.*]] = select i1 %[[ISPOS]], i32 %i, i32 %[[NEG]]
22 ; CHECK: %[[ISPOS:.*]] = icmp sgt i32 %i, -1
24 ; CHECK: %[[RET:.*]] = select i1 %[[ISPOS]], i32 %i, i32 %[[NEG]]
  /external/llvm/test/Transforms/LoopVectorize/X86/
reg-usage.ll 39 %ispos = icmp sgt i32 %sub, -1
41 %2 = select i1 %ispos, i32 %sub, i32 %neg
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 315 private static final byte ispos = 1; // ind: indicates positive (must be 1) field in class:BigDecimal
346 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
528 ind = ispos; // assume positive
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 324 private static final byte ispos = 1; // ind: indicates positive (must be 1) field in class:BigDecimal
355 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
542 ind = ispos; // assume positive
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 326 private static final byte ispos = 1; // ind: indicates positive (must be 1) field in class:BigDecimal
357 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
544 ind = ispos; // assume positive
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so 
libGL.so.1 
libosmesa.so 

Completed in 803 milliseconds