Searched refs:TryTruncateFloat64ToInt64 (Results 1 – 6 of 6) sorted by relevance
286 const Operator* TryTruncateFloat64ToInt64();
530 Node* TryTruncateFloat64ToInt64(Node* a) { in TryTruncateFloat64ToInt64() function531 return AddNode(machine()->TryTruncateFloat64ToInt64(), a); in TryTruncateFloat64ToInt64()
345 V(TryTruncateFloat64ToInt64) \
123 V(TryTruncateFloat64ToInt64, Operator::kNoProperties, 1, 0, 2) \
1517 jsgraph()->machine()->TryTruncateFloat64ToInt64(), input); in BuildI64SConvertF64()
5994 m.Return(m.TryTruncateFloat64ToInt64(m.Parameter(0))); in TEST()6006 Node* trunc = m.TryTruncateFloat64ToInt64(m.Parameter(0)); in TEST()