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

Method writeLEVarSize

lib/Bytecode/Writer/BytecodeWriter.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 template <typename T>
118 void writeLEVarSize(ArrayRef<T> values) {
119 writeVarInt(values.size());
120 writeLE(values);
121 }
122
123 template <typename T>
124 std::enable_if_t<std::is_floating_point<T>::value, void> writeLE(T value) {

Callers 2

writeSingleAttributeMethod · 0.80
writeOpAttributeMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected