Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h273 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { toSigned() function
285 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, toSigned() function
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp128 static APInt toSigned(APInt AbsVal, bool Negative) { in toSigned() function