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

Method TestBit

lowlevelilinstruction.cpp:3504–3507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3502
3503
3504ExprId LowLevelILFunction::TestBit(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3505{
3506 return AddExprWithLocation(LLIL_TEST_BIT, loc, size, 0, a, b);
3507}
3508
3509
3510ExprId LowLevelILFunction::BoolToInt(size_t size, ExprId a, const ILSourceLocation& loc)

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected