Searched refs:mrhs (Results 1 – 1 of 1) sorted by relevance
1339 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertLowWord32() local1340 if (mlhs.HasValue() && mrhs.HasValue()) { in ReduceFloat64InsertLowWord32()1343 mrhs.Value())); in ReduceFloat64InsertLowWord32()1352 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertHighWord32() local1353 if (mlhs.HasValue() && mrhs.HasValue()) { in ReduceFloat64InsertHighWord32()1356 (static_cast<uint64_t>(mrhs.Value()) << 32))); in ReduceFloat64InsertHighWord32()