Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h346 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function
358 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
360 return toSigned(V).value_or(Default); in toSigned()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp128 static APInt toSigned(APInt AbsVal, bool Negative) { in toSigned() function
153 return toSigned(ResultValue, Negative); in valueFromStringRepr()
452 LiteralValue = toSigned(LiteralValue, Negative); in parseNumericOperand()