Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp128 static APInt toSigned(APInt AbsVal, bool Negative) { in toSigned() function