HomeSort by relevance Sort by last modified time
    Searched refs:MakeTruncatedInt32Constant (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
representation-change.h 131 Node* MakeTruncatedInt32Constant(double value);
representation-change.cc 316 Node* RepresentationChanger::MakeTruncatedInt32Constant(double value) {
328 return MakeTruncatedInt32Constant(OpParameter<float>(node));
331 return MakeTruncatedInt32Constant(OpParameter<double>(node));

Completed in 2422 milliseconds