Searched refs:toSigned (Results 1 – 2 of 2) sorted by relevance
346 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function358 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function360 return toSigned(V).value_or(Default); in toSigned()
128 static APInt toSigned(APInt AbsVal, bool Negative) { in toSigned() function153 return toSigned(ResultValue, Negative); in valueFromStringRepr()452 LiteralValue = toSigned(LiteralValue, Negative); in parseNumericOperand()