Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Drepresentation-change.cc339 node = InsertChangeFloat32ToFloat64(node); in GetTaggedPointerRepresentationFor()
409 node = InsertChangeFloat32ToFloat64(node); in GetTaggedRepresentationFor()
613 node = InsertChangeFloat32ToFloat64(node); // float32 -> float64 -> int32 in GetWord32RepresentationFor()
1015 Node* RepresentationChanger::InsertChangeFloat32ToFloat64(Node* node) { in InsertChangeFloat32ToFloat64() function in v8::internal::compiler::RepresentationChanger
Drepresentation-change.h293 Node* InsertChangeFloat32ToFloat64(Node* node);