Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Drepresentation-change.h337 Node* InsertChangeTaggedSignedToInt32(Node* node);
Drepresentation-change.cc580 node = InsertChangeTaggedSignedToInt32(node); in GetFloat64RepresentationFor()
1113 Node* RepresentationChanger::InsertChangeTaggedSignedToInt32(Node* node) { in InsertChangeTaggedSignedToInt32() function in v8::internal::compiler::RepresentationChanger