Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2165 double roundtrip_value = static_cast<double>(static_cast<int32_t>(value)); in IsInteger32() local
2166 return bit_cast<int64_t>(roundtrip_value) == bit_cast<int64_t>(value); in IsInteger32()