MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / getAsFloatType

Method getAsFloatType

ir/type.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215const FloatType* Type::getAsFloatType() const {
216 return nullptr;
217}
218
219const AggregateType* Type::getAsAggregateType() const {
220 return nullptr;

Callers 7

int_to_readable_floatFunction · 0.80
toSMTMethod · 0.80
fromFloatMethod · 0.80
encodeMethod · 0.80
isfpclassFunction · 0.80
fm_poisonFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected