Searched refs:TryTruncateFloat64ToUint64 (Results 1 – 6 of 6) sorted by relevance
288 const Operator* TryTruncateFloat64ToUint64();
536 Node* TryTruncateFloat64ToUint64(Node* a) { in TryTruncateFloat64ToUint64() function537 return AddNode(machine()->TryTruncateFloat64ToUint64(), a); in TryTruncateFloat64ToUint64()
347 V(TryTruncateFloat64ToUint64) \
125 V(TryTruncateFloat64ToUint64, Operator::kNoProperties, 1, 0, 2) \
1535 jsgraph()->machine()->TryTruncateFloat64ToUint64(), input); in BuildI64UConvertF64()
6065 m.Return(m.TryTruncateFloat64ToUint64(m.Parameter(0))); in TEST()6080 Node* trunc = m.TryTruncateFloat64ToUint64(m.Parameter(0)); in TEST()