Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup() local
45 if (!checkFixupInRange(minIntN(W) * 2, maxIntN(W) * 2)) in extractBitsForFixup()
51 if (!(IsSigned ? checkFixupInRange(minIntN(W), maxIntN(W)) in extractBitsForFixup()
52 : checkFixupInRange(0, maxUIntN(W)))) in extractBitsForFixup()