Home
last modified time | relevance | path

Searched refs:MIN_INT (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dmin.ll9 ; EG: MIN_INT
22 ; EG: MIN_INT
33 ; EG: MIN_INT
47 ; EG: MIN_INT
48 ; EG: MIN_INT
49 ; EG: MIN_INT
50 ; EG: MIN_INT
91 ; EG: MIN_INT
92 ; EG: MIN_INT
93 ; EG: MIN_INT
[all …]
/external/llvm/test/Analysis/ScalarEvolution/
Dpredicated-trip-count.ll67 ; If %M >= MIN_INT + 1, this predicated backedge taken count would be correct (even
68 ; without predicates). However, for %M < MIN_INT this would be an infinite loop.
73 ; There is also a limit case here where the value of %M is MIN_INT. In this case
74 ; we still have an infinite loop, since icmp sge %x, MIN_INT will always return
/external/mesa3d/src/mesa/main/
Dformat_utils.h47 #define MIN_INT(BITS) ((BITS) == 32 ? INT32_MIN : (-(1 << (BITS - 1)))) macro
176 return CLAMP(src, MIN_INT(dst_size), MAX_INT(dst_size)); in _mesa_signed_to_signed()
/external/llvm/test/Transforms/Reassociate/
Dmin_int.ll3 ; MIN_INT cannot be negated during reassociation
/external/llvm/lib/Target/AMDGPU/
DR600Instructions.td797 def MIN_INT : R600_2OP_Helper <0x37, "MIN_INT", smin>;
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/libxml2/
DChangeLog3129 * xpath.c: work for #303289, fix a formatting bug for MIN_INT