Searched refs:getSignedValue (Results 1 – 2 of 2) sorted by relevance
85 Expected<int64_t> SignedValue = IntegerValue.getSignedValue(); in getMatchingString()170 Expected<int64_t> ExpressionValue::getSignedValue() const { in getSignedValue() function in ExpressionValue207 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator +()208 int64_t RightValue = cantFail(RightOperand.getSignedValue()); in operator +()239 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator -()340 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in max()341 int64_t RightValue = cantFail(RightOperand.getSignedValue()); in max()
146 Expected<int64_t> getSignedValue() const;