Searched refs:TryTruncateFloat32ToInt64 (Results 1 – 6 of 6) sorted by relevance
285 const Operator* TryTruncateFloat32ToInt64();
527 Node* TryTruncateFloat32ToInt64(Node* a) { in TryTruncateFloat32ToInt64() function528 return AddNode(machine()->TryTruncateFloat32ToInt64(), a); in TryTruncateFloat32ToInt64()
344 V(TryTruncateFloat32ToInt64) \
122 V(TryTruncateFloat32ToInt64, Operator::kNoProperties, 1, 0, 2) \
1481 jsgraph()->machine()->TryTruncateFloat32ToInt64(), input); in BuildI64SConvertF32()
5958 m.Return(m.TryTruncateFloat32ToInt64(m.Parameter(0))); in TEST()5973 Node* trunc = m.TryTruncateFloat32ToInt64(m.Parameter(0)); in TEST()