Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Drepresentation-change.cc222 node = InsertChangeFloat64ToInt32(node); in GetTaggedSignedRepresentationFor()
226 node = InsertChangeFloat64ToInt32(node); in GetTaggedSignedRepresentationFor()
399 node = InsertChangeFloat64ToInt32(node); in GetTaggedRepresentationFor()
403 node = InsertChangeFloat64ToInt32(node); in GetTaggedRepresentationFor()
987 Node* RepresentationChanger::InsertChangeFloat64ToInt32(Node* node) { in InsertChangeFloat64ToInt32() function in v8::internal::compiler::RepresentationChanger
Drepresentation-change.h293 Node* InsertChangeFloat64ToInt32(Node* node);