Searched refs:TryTruncateFloat32ToInt64 (Results 1 – 5 of 5) sorted by relevance
305 const Operator* TryTruncateFloat32ToInt64(); in NON_EXPORTED_BASE()
580 Node* TryTruncateFloat32ToInt64(Node* a) { in TryTruncateFloat32ToInt64() function581 return AddNode(machine()->TryTruncateFloat32ToInt64(), a); in TryTruncateFloat32ToInt64()
510 V(TryTruncateFloat32ToInt64) \
141 V(TryTruncateFloat32ToInt64, Operator::kNoProperties, 1, 0, 2) \
1698 jsgraph()->machine()->TryTruncateFloat32ToInt64(), input); in BuildI64SConvertF32()