/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYAsmBackend.cpp | 106 if (!isIntN(17, Value)) in adjustFixupValue() 120 if (!isIntN(27, Value)) in adjustFixupValue() 127 if (!isIntN(19, Value)) in adjustFixupValue() 146 if (!isIntN(11, Value)) in adjustFixupValue()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSymbolEnumerator.cpp | 99 assert(Record.Value.isIntN(BT.getLength() * 8)); in getValue() 114 assert(Record.Value.isIntN(BT.getLength() * 8)); in getValue()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 446 if (!(isIntN(7, sValue))) in applyFixup() 456 if (!(isIntN(9, sValue))) in applyFixup() 468 if (!(isIntN(13, sValue))) in applyFixup() 479 if (!(isIntN(15, sValue))) in applyFixup() 491 if (!(isIntN(22, sValue))) in applyFixup()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/ |
H A D | Target.cpp | 88 if (Value.isIntN(16)) { in loadImmediate() 96 if (Value.isIntN(32)) { in loadImmediate()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelDAGToDAG.cpp | 102 if (isIntN(12, CN->getSExtValue())) { in SelectInlineAsmMemoryOperand() 116 if (isIntN(16, CN->getSExtValue()) && in SelectInlineAsmMemoryOperand()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | PlaceSafepoints.cpp | 248 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop() 260 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kAsmBackend.cpp | 60 assert(isIntN(Size * 8 + 1, Value) && in applyFixup()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordSerialization.cpp | 119 if (N.isSigned() || !N.isIntN(64)) in consume_numeric()
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 542 return isIntN(13, BrOffset); in isBranchOffsetInRange() 553 return isIntN(7, BrOffset); in isBranchOffsetInRange()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.cpp | 217 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) { in eliminateFI()
|
H A D | MipsISelDAGToDAG.cpp | 245 auto IsInlineConstant = [](const APInt &Imm) { return Imm.isIntN(5); }; in selectVecAddAsVecSubIfProfitable()
|
H A D | MipsSEISelDAGToDAG.cpp | 286 if (isIntN(OffsetBits + ShiftAmount, CN->getSExtValue())) { in selectAddrFrameIndexOffset() 563 (!Signed && ImmValue.isIntN(ImmBitSize))) { in selectVSplatCommon()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringSyntaxChecker.cpp | 68 return (IL->getValue().isIntN(1)); in isOne()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 363 return isIntN(AM.getDispSize() - 1, AM.Disp); in doesDispFitFI() 369 return isIntN(AM.getDispSize(), Val); in doesDispFit()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 385 return isIntN(22, Offset >> 2); in isBranchOffsetInRange() 401 return isIntN(BPccDisplacementBits, Offset >> 2); in isBranchOffsetInRange()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 94 return isSigned() ? isSignedIntN(64) : isIntN(63); in isRepresentableByInt64()
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 40 if (!isIntN(Width, Value)) { in signed_width()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 706 if (Size > 0 && !isIntN(Size * 8, SignedValue)) in applyFixup() 716 assert((Size == 0 || isIntN(Size * 8 + 1, SignedValue)) && in applyFixup()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 293 inline bool isIntN(unsigned N, int64_t x) { in isIntN() function
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 298 if (Value.isIntN(64)) in intToken()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 432 return Mask && Mask->getValue().isIntN(16); in isMaskAndCmp0FoldingBeneficial()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Scalar.cpp | 660 fits = integer.isIntN(byte_size * 8); in SetValueFromCString()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 1039 return isIntN(13, BrOffset); in isBranchOffsetInRange() 1042 return isIntN(21, BrOffset); in isBranchOffsetInRange() 1044 return isIntN(32, SignExtend64(BrOffset + 0x800, XLen)); in isBranchOffsetInRange()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | Lint.cpp | 300 if (Len->getValue().isIntN(32)) in visitCallBase()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 257 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()
|