Searched refs:uint32val (Results 1 – 2 of 2) sorted by relevance
76 bool HUint32AnalysisPhase::Uint32UsesAreSafe(HValue* uint32val) { in Uint32UsesAreSafe() argument78 for (HUseIterator it(uint32val->uses()); !it.Done(); it.Advance()) { in Uint32UsesAreSafe()92 if (!IsSafeUint32Use(uint32val, use)) { in Uint32UsesAreSafe()98 for (HUseIterator it(uint32val->uses()); !it.Done(); it.Advance()) { in Uint32UsesAreSafe()
25 INLINE(bool Uint32UsesAreSafe(HValue* uint32val));