Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp142 int64_t SignedValue = static_cast<int64_t>(Value); in adjustFixupValue() local
147 if (Ctx && (SignedValue > 2097151 || SignedValue < -2097152)) in adjustFixupValue()
155 if (SignedValue > 2097151 || SignedValue < -2097152) in adjustFixupValue()
202 if (Ctx && (SignedValue > 32767 || SignedValue < -32768)) in adjustFixupValue()
211 if (Ctx && (SignedValue > 134217727 || SignedValue < -134217728)) in adjustFixupValue()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1633 int64_t SignedValue = ConstOp1->getSExtValue(); in adjustSubwordCmp() local
1634 if (uint64_t(SignedValue) + (uint64_t(1) << (NumBits - 1)) > Mask) in adjustSubwordCmp()
4039 int64_t SignedValue = SignExtend64(Value, BitsPerElement); in tryBuildVectorReplicate() local
4040 if (isInt<16>(SignedValue)) { in tryBuildVectorReplicate()
4044 DAG.getConstant(SignedValue, DL, MVT::i32)); in tryBuildVectorReplicate()