Lines Matching full:uint32
28 #include "hydrogen-uint32-analysis.h"
39 // Deoptimization has special support for uint32.
42 // Conversions have special support for uint32.
69 // Iterate over all uses and verify that they are uint32 safe: either don't
70 // distinguish between int32 and uint32 due to their bitwise nature or
71 // have special support for uint32 values.
72 // Encountered phis are optimistically treated as safe uint32 uses,
75 // phis that are not actually uint32-safe (it requires fix point iteration).
88 // Optimistically treat phis as uint32 safe.
117 // This phi is not uint32 safe. No need to check operands.
124 // Lazily mark constants that fit into uint32 range with kUint32 flag.
131 // This phi is not safe, some operands are not uint32 values.
165 // Phi can be used as a uint32 value if and only if
166 // all its operands are uint32 values and all its
167 // uses are uint32 safe.
219 // its uses are uint32 safe.