MCPcopy Create free account
hub / github.com/beefytech/Beef / IsDirectRelToAny

Method IsDirectRelToAny

IDEHelper/Backend/BeMCContext.h:869–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867 }
868
869 bool IsDirectRelToAny()
870 {
871 return (mRelTo) && (mRelOffset.IsZero()) && (mRelOffsetScale == 1);
872 }
873
874 void SetRetVal()
875 {

Callers 7

FixOperandMethod · 0.80
GetRMParamsMethod · 0.80
EmitModRMMethod · 0.80
DoInstCombinePassMethod · 0.80
DoActualizationMethod · 0.80
DoLegalizationMethod · 0.80

Calls 1

IsZeroMethod · 0.45

Tested by

no test coverage detected