| 1309 | } // namespace |
| 1310 | |
| 1311 | StatusOr<Literal> LiteralBase::Convert( |
| 1312 | PrimitiveType primitive_dest_type) const { |
| 1313 | return ConvertSwitch(*this, primitive_dest_type, /*bitcast=*/false); |
| 1314 | } |
| 1315 | |
| 1316 | StatusOr<Literal> LiteralBase::BitcastConvert( |
| 1317 | PrimitiveType primitive_dest_type) const { |