/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 70 if (!isIntN(16, Value) && Ctx) in adjustFixupValue() 77 if (!isIntN(19, Value) && Ctx) in adjustFixupValue() 111 if (!isIntN(7, Value) && Ctx) in adjustFixupValue() 119 if (!isIntN(10, Value) && Ctx) in adjustFixupValue() 127 if (!isIntN(16, Value) && Ctx) in adjustFixupValue() 134 if (!isIntN(18, Value) && Ctx) in adjustFixupValue() 142 if (!isIntN(21, Value) && Ctx) in adjustFixupValue() 150 if (!isIntN(26, Value) && Ctx) in adjustFixupValue()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 164 (!isIntN(OffsetBitSize, Offset) || in eliminateFI()
|
D | MipsSEISelDAGToDAG.cpp | 291 if (isIntN(OffsetBits, CN->getSExtValue())) { in selectAddrFrameIndexOffset() 525 (!Signed && ImmValue.isIntN(ImmBitSize))) { in selectVSplatCommon()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringSyntaxChecker.cpp | 70 return (IL->getValue().isIntN(1)); in isOne()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 373 bool isIntN(unsigned N) const { in isIntN() function 1751 inline bool isIntN(unsigned N, const APInt &APIVal) { return APIVal.isIntN(N); } in isIntN() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 254 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN(32)) in mustBeFiniteCountedLoop() 269 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN(32)) in mustBeFiniteCountedLoop()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 242 if (Value.isIntN(64)) in intToken()
|
D | AsmParser.cpp | 2397 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue() 2435 if (IntValue.isIntN(64)) { in parseDirectiveOctaValue() 2438 } else if (IntValue.isIntN(128)) { in parseDirectiveOctaValue() 4494 if (!isUIntN(8, IntValue) && !isIntN(8, IntValue)) in parseDirectiveMSEmit()
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 317 inline bool isIntN(unsigned N, int64_t x) {
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1262 if (!isIntN(inMicroMipsMode() ? 17 : 18, Offset.getImm())) in processInstruction() 1288 if (!isIntN(inMicroMipsMode() ? 17 : 18, Offset.getImm())) in processInstruction() 1300 if (!isIntN(8, Offset.getImm())) in processInstruction() 1438 if (isIntN(9, MemOffset) && (MemOffset % 4 == 0) && in processInstruction() 1575 if ((Imm % 4 != 0) || !isIntN(25, Imm)) in processInstruction() 1970 if (isIntN(11, Offset.getImm())) { in expandUncondBranchMMPseudo() 1975 if (!isIntN(17, Offset.getImm())) in expandUncondBranchMMPseudo()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 119 assert(isIntN(Size * 8 + 1, Value) && in applyFixup()
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 79 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in EmitIntValue()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 299 if (Len->getValue().isIntN(32)) in visitCallSite()
|
D | ScalarEvolution.cpp | 2769 if (!Factor.isIntN(1)) { in getUDivExactExpr()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 415 if (v.isIntN(32)) 429 if (v.isIntN(16))
|
D | NVPTXISelLowering.cpp | 4081 if (Val.isIntN(OptSize)) { in AreMulWideOperandsDemotable()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 649 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits())) in SimplifyDemandedBits()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3138 if (!IsXReg && !(Simm.isIntN(32) || Simm.isSignedIntN(32))) in parseOperand()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3387 if (ResultVal.isIntN(IntSize)) { in ActOnNumericConstant() 3402 if (ResultVal.isIntN(LongSize)) { in ActOnNumericConstant() 3417 if (ResultVal.isIntN(LongLongSize)) { in ActOnNumericConstant()
|
D | SemaOpenMP.cpp | 2623 return Signed ? Result.isSignedIntN(Bits) : Result.isIntN(Bits); in FitsInto()
|
D | SemaDeclAttr.cpp | 233 if (!I.isIntN(32)) { in checkUInt32Argument()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 102 if (!apIntN.isIntN(16)) return false;
|
D | ARMISelLowering.cpp | 5718 if (!isIntN(HalfSize, C->getSExtValue())) in isExtendedBUILD_VECTOR()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1773 if (!isIntN(HalfSize, C->getSExtValue())) in isExtendedBUILD_VECTOR()
|