Lines Matching refs:getUnsignedValue
89 AbsoluteValue = cantFail(IntegerValue.getAbsolute().getUnsignedValue()); in getMatchingString()
93 Expected<uint64_t> UnsignedValue = IntegerValue.getUnsignedValue(); in getMatchingString()
181 Expected<uint64_t> ExpressionValue::getUnsignedValue() const { in getUnsignedValue() function in ExpressionValue
225 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator +()
226 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator +()
240 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator -()
261 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator -()
262 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator -()
307 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator *()
308 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator *()
332 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator /()
333 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator /()
346 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in max()
347 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in max()