All Superinterfaces:
IEGeneric, IInstructionOperand

@Ser public interface IESlice extends IEGeneric
This IR represents a slice of another IR expression.
  • Method Details

    • getWholeExpression

      IEGeneric getWholeExpression()
      Retrieve the unsliced expression.
      Returns:
    • getRange

      IERange getRange()
      Retrieve the range applied to the whole expression.
      Returns:
    • getBitStart

      int getBitStart()
      Retrieve the first bit of the range (same as getRange().getBegin()), inclusive
      Returns:
    • getBitEnd

      int getBitEnd()
      Retrieve the last bit of the range (same as getRange().getEnd()), exclusive
      Returns: