Searched refs:IsSafeUint32Use (Results 1 – 2 of 2) sorted by relevance
24 INLINE(bool IsSafeUint32Use(HValue* val, HValue* use));
35 bool HUint32AnalysisPhase::IsSafeUint32Use(HValue* val, HValue* use) { in IsSafeUint32Use() function in v8::internal::HUint32AnalysisPhase96 if (!IsSafeUint32Use(uint32val, use)) { in Uint32UsesAreSafe()