Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h24 int64_t signed_val = static_cast<int64_t>(pValue); in helper_check_signed_overflow() local
27 if (signed_val > max || signed_val < min) in helper_check_signed_overflow()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp266 int32_t signed_val = static_cast<int32_t>(pValue); in helper_check_signed_overflow() local
269 if (signed_val > max || signed_val < min) { in helper_check_signed_overflow()