Searched refs:shiftLeftOf (Results 1 – 8 of 8) sorted by relevance
153 public abstract IntegerValue shiftLeftOf(IntegerValue other); in shiftLeftOf() method in IntegerValue169 public abstract LongValue shiftLeftOf(LongValue other); in shiftLeftOf() method in IntegerValue357 public IntegerValue shiftLeftOf(UnknownIntegerValue other) in shiftLeftOf() method in IntegerValue359 return shiftLeftOf((IntegerValue)other); in shiftLeftOf()382 public LongValue shiftLeftOf(UnknownLongValue other) in shiftLeftOf() method in IntegerValue384 return shiftLeftOf((LongValue)other); in shiftLeftOf()601 public IntegerValue shiftLeftOf(SpecificIntegerValue other) in shiftLeftOf() method in IntegerValue603 return shiftLeftOf((IntegerValue)other); in shiftLeftOf()626 public LongValue shiftLeftOf(SpecificLongValue other) in shiftLeftOf() method in IntegerValue628 return shiftLeftOf((LongValue)other); in shiftLeftOf()[all …]
121 return other.shiftLeftOf(this); in shiftLeft()124 public IntegerValue shiftLeftOf(IntegerValue other) in shiftLeftOf() method in SpecificIntegerValue149 public LongValue shiftLeftOf(LongValue other) in shiftLeftOf() method in SpecificIntegerValue266 public IntegerValue shiftLeftOf(SpecificIntegerValue other) in shiftLeftOf() method in SpecificIntegerValue281 public LongValue shiftLeftOf(SpecificLongValue other) in shiftLeftOf() method in SpecificIntegerValue
153 return other.shiftLeftOf(this); in shiftLeft()156 public IntegerValue shiftLeftOf(IntegerValue other) in shiftLeftOf() method in ParticularIntegerValue181 public LongValue shiftLeftOf(LongValue other) in shiftLeftOf() method in ParticularIntegerValue294 public IntegerValue shiftLeftOf(ParticularIntegerValue other) in shiftLeftOf() method in ParticularIntegerValue309 public LongValue shiftLeftOf(ParticularLongValue other) in shiftLeftOf() method in ParticularIntegerValue
126 public IntegerValue shiftLeftOf(IntegerValue other) in shiftLeftOf() method in UnknownIntegerValue151 public LongValue shiftLeftOf(LongValue other) in shiftLeftOf() method in UnknownIntegerValue
126 return other.shiftLeftOf(this); in shiftLeft()
106 return other.shiftLeftOf(this); in shiftLeft()
152 return other.shiftLeftOf(this); in shiftLeft()
376 stack.push(stack.ipop().shiftLeftOf(stack.ipop())); in visitSimpleInstruction()380 stack.push(stack.ipop().shiftLeftOf(stack.lpop())); in visitSimpleInstruction()