Home
last modified time | relevance | path

Searched refs:getSignedValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp85 Expected<int64_t> SignedValue = IntegerValue.getSignedValue(); in getMatchingString()
170 Expected<int64_t> ExpressionValue::getSignedValue() const { in getSignedValue() function in ExpressionValue
207 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()
H A DFileCheckImpl.h146 Expected<int64_t> getSignedValue() const;