Searched refs:SignedValue (Results 1 – 4 of 4) sorted by relevance
157 int64_t SignedValue = static_cast<int64_t>(Value); in adjustFixupValue() local162 if (!isInt<21>(SignedValue)) in adjustFixupValue()168 if (!isInt<21>(SignedValue)) in adjustFixupValue()176 if (!isInt<21>(SignedValue)) in adjustFixupValue()233 if (SignedValue > 0xFFFF || SignedValue < -0xFFFF) in adjustFixupValue()238 if (SignedValue < 0) in adjustFixupValue()239 SignedValue = ~SignedValue; in adjustFixupValue()240 Value = static_cast<uint64_t>(SignedValue); in adjustFixupValue()263 SignedValue = SignedValue >> 16; in adjustFixupValue()266 SignedValue = SignedValue >> 32; in adjustFixupValue()[all …]
114 int64_t SignedValue = static_cast<int64_t>(Value); in adjustFixupValue() local118 int64_t BrImm = (SignedValue - 4) / 4; in adjustFixupValue()
711 int64_t SignedValue = static_cast<int64_t>(Value); in applyFixup() local716 if (Size > 0 && !isIntN(Size * 8, SignedValue)) in applyFixup()718 Fixup.getLoc(), "value of " + Twine(SignedValue) + in applyFixup()726 assert((Size == 0 || isIntN(Size * 8 + 1, SignedValue)) && in applyFixup()
834 int64_t SignedValue = SignExtend64(Value, SplatBitSize); in isVectorConstantLegal() local835 if (isInt<16>(SignedValue)) { in isVectorConstantLegal()836 OpVals.push_back(((unsigned) SignedValue)); in isVectorConstantLegal()2511 int64_t SignedValue = ConstOp1->getSExtValue(); in adjustSubwordCmp() local2512 if (uint64_t(SignedValue) + (uint64_t(1) << (NumBits - 1)) > Mask) in adjustSubwordCmp()