MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / FloatConstRaw

Method FloatConstRaw

lowlevelilinstruction.cpp:3092–3095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3090
3091
3092ExprId LowLevelILFunction::FloatConstRaw(size_t size, uint64_t val, const ILSourceLocation& loc)
3093{
3094 return AddExprWithLocation(LLIL_FLOAT_CONST, loc, size, 0, val);
3095}
3096
3097
3098ExprId LowLevelILFunction::FloatConstSingle(float val, const ILSourceLocation& loc)

Callers 4

CopyToMethod · 0.45
GetFloatFunction · 0.45
ReadFloatILOperandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected