Method MatchAddOvfUn
MatchAddOvfUn(Instruction)
Matches an instruction with opcode Add_Ovf_Un.
public static bool MatchAddOvfUn(this Instruction instr)
Parameters
instrInstruction- The instruction to try to match.
public static bool MatchAddOvfUn(this Instruction instr)
instr Instruction