/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 432 if (!(isIntN(7, sValue))) in applyFixup() 441 if (!(isIntN(9, sValue))) in applyFixup() 452 if (!(isIntN(13, sValue))) in applyFixup() 462 if (!(isIntN(15, sValue))) in applyFixup() 473 if (!(isIntN(22, sValue))) in applyFixup()
|
/external/llvm/unittests/Support/ |
D | MathExtrasTest.cpp | 109 TEST(MathExtras, isIntN) { in TEST() argument 110 EXPECT_TRUE(isIntN(16, 32767)); in TEST() 111 EXPECT_FALSE(isIntN(16, 32768)); in TEST()
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 241 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop() 253 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringSyntaxChecker.cpp | 70 return (IL->getValue().isIntN(1)); in isOne()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 173 (!isIntN(OffsetBitSize, Offset) || in eliminateFI()
|
D | MipsSEISelDAGToDAG.cpp | 301 if (isIntN(OffsetBits, CN->getSExtValue())) { in selectAddrFrameIndexOffset() 549 (!Signed && ImmValue.isIntN(ImmBitSize))) { in selectVSplatCommon()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 349 bool isIntN(unsigned N) const { in isIntN() function 1574 inline bool isIntN(unsigned N, const APInt& APIVal) { in isIntN() function 1575 return APIVal.isIntN(N); in isIntN()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 373 bool isIntN(unsigned N) const { in isIntN() function 1776 inline bool isIntN(unsigned N, const APInt &APIVal) { return APIVal.isIntN(N); } in isIntN() function
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 127 if (N.isSigned() || !N.isIntN(64)) in consume_numeric()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 377 bool isIntN(unsigned N) const { in isIntN() function 1803 inline bool isIntN(unsigned N, const APInt &APIVal) { return APIVal.isIntN(N); } in isIntN() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MathExtras.h | 81 inline bool isIntN(unsigned N, int64_t x) { in isIntN() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 101 assert(isIntN(Size * 8 + 1, Value) && in ApplyFixup()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 245 if (Value.isIntN(64)) in intToken()
|
D | AsmParser.cpp | 2670 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue() 2708 if (IntValue.isIntN(64)) { in parseDirectiveOctaValue() 2711 } else if (IntValue.isIntN(128)) { in parseDirectiveOctaValue()
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 344 inline bool isIntN(unsigned N, int64_t x) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 366 inline bool isIntN(unsigned N, int64_t x) {
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCStreamer.cpp | 84 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in EmitIntValue()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 122 assert(isIntN(Size * 8 + 1, Value) && in applyFixup()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 286 if (Len->getValue().isIntN(32)) in visitCallSite()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 298 if (Len->getValue().isIntN(32)) in visitCallSite()
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 86 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in EmitIntValue()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 921 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveFalign() 950 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveValue()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1997 else if (Tag.isIntN(32)) { in WriteMDNodeComment()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmParser.cpp | 1733 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveValue()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1775 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
|