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

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

Completed in 105 milliseconds