MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / writeAPFloatRepresentation

Function writeAPFloatRepresentation

lib/Bytecode/Writer/BytecodeWriter.cpp:230–233  ·  view source on GitHub ↗

Helper function to serialize the APFloat representation of a FloatAttr.

Source from the content-addressed store, hash-verified

228
229/// Helper function to serialize the APFloat representation of a FloatAttr.
230static void writeAPFloatRepresentation(const APFloat &apFloat,
231 EncodingWriter &writer) {
232 writeAPInt(apFloat.bitcastToAPInt(), writer);
233}
234
235//===----------------------------------------------------------------------===//
236// String Section Management

Callers 2

serializeAttributeMethod · 0.85
writeSingleAttributeMethod · 0.85

Calls 1

writeAPIntFunction · 0.85

Tested by

no test coverage detected