|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 822 DTy->getDWARFAddressSpace().getValue());
lib/DebugInfo/DWARF/DWARFContext.cpp 1057 DeclFileAttr->getAsUnsignedConstant().getValue(),
1063 Local.DeclLine = DeclLineAttr->getAsUnsignedConstant().getValue();
lib/DebugInfo/DWARF/DWARFDebugLine.cpp 301 FileEntry.DirIdx = Value.getAsUnsignedConstant().getValue();
304 FileEntry.ModTime = Value.getAsUnsignedConstant().getValue();
307 FileEntry.Length = Value.getAsUnsignedConstant().getValue();
310 if (!Value.getAsBlock() || Value.getAsBlock().getValue().size() != 16)
314 std::uninitialized_copy_n(Value.getAsBlock().getValue().begin(), 16,
1049 StringRef FileName = Entry.Name.getAsCString().getValue();
1061 IncludeDir = IncludeDirectories[Entry.DirIdx].getAsCString().getValue();
1065 IncludeDirectories[Entry.DirIdx - 1].getAsCString().getValue();
lib/DebugInfo/DWARF/DWARFDie.cpp 291 FormValue.getAsUnsignedConstant().getValue(),
lib/Target/AArch64/AArch64StackTagging.cpp 397 AI.getAllocationSizeInBits(*DL).getValue() > 0 &&
466 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8;
666 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8;
lib/Target/X86/X86MCInstLower.cpp 1939 MIB.addOperand(MCInstLowering.LowerMachineOperand(MI, MI->getOperand(i)).getValue());
lib/Transforms/IPO/PartialInlining.cpp 444 ? BFI->getBlockProfileCount(BB).getValue()
lib/Transforms/Scalar/LoopDistribute.cpp 830 .getValue();
lib/Transforms/Vectorize/VPlanSLP.cpp 392 unsigned ValuesOpcode = getOpcode(Values).getValue();
tools/clang/lib/Frontend/InitPreprocessor.cpp 668 minor = tuple.getMinor().getValue();
672 subminor = tuple.getSubminor().getValue();
tools/clang/lib/Sema/SemaDeclAttr.cpp 2413 return VersionTuple(NewMajor, Version.getMinor().getValue(),
2414 Version.getSubminor().getValue());
2416 return VersionTuple(NewMajor, Version.getMinor().getValue());
tools/clang/lib/StaticAnalyzer/Core/Environment.cpp 113 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue();
tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp 144 auto Cmd = CDB.getCompileCommand(testPath("foo.cc")).getValue();
tools/clang/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp 254 if ((TestConsumer.result().hasValue() && !TestConsumer.result().getValue()) ||
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp 210 version.getMinor().getValue());
tools/llvm-cov/CoverageExporterJson.cpp 214 const StringRef FilenameA = ObjA->getString("filename").getValue();
215 const StringRef FilenameB = ObjB->getString("filename").getValue();
tools/polly/lib/Exchange/JSONExporter.cpp 219 isl::set{S.getIslCtx().get(), JScop.getString("context").getValue()};
397 StringRef Accesses = JsonMemoryAccess->getString("relation").getValue();
568 if (SAI->getName() != Array.getString("name").getValue())
577 if (RawStringOstream.str() != SizesArray[i].getAsString().getValue())
584 if (RawStringOstream.str() != Array.getString("type").getValue()) {
655 Array.get("type")->getAsString().getValue(), S.getSE()->getContext());
663 auto Size = std::stoi(SizesArray[i].getAsString().getValue());
675 ElementType, Array.getString("name").getValue(), DimSizes);
678 NewSAI->setIsOnHeap(Array.getString("allocation").getValue() == "heap");
tools/polly/lib/Transform/ScheduleOptimizer.cpp 929 FirstCacheLevelSize = TTI->getCacheSize(L1DCache).getValue();
935 SecondCacheLevelSize = TTI->getCacheSize(L2DCache).getValue();
942 TTI->getCacheAssociativity(L1DCache).getValue();
950 TTI->getCacheAssociativity(L2DCache).getValue();
unittests/Analysis/BlockFrequencyInfoTest.cpp 78 EXPECT_EQ(BFI.getBlockProfileCount(&BB0).getValue(), UINT64_C(100));
79 EXPECT_EQ(BFI.getBlockProfileCount(BB3).getValue(), UINT64_C(100));
80 EXPECT_EQ(BFI.getBlockProfileCount(BB1).getValue(),
82 EXPECT_EQ(BFI.getBlockProfileCount(BB2).getValue(),
unittests/Analysis/ValueLatticeTest.cpp 54 EXPECT_EQ(LV1.asConstantInteger().getValue().getLimitedValue(), 1U);
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp 80 EXPECT_EQ(Sign1.getAsSignedConstant().getValue(), -123);
81 EXPECT_EQ(Sign2.getAsSignedConstant().getValue(), -12345);
82 EXPECT_EQ(Sign4.getAsSignedConstant().getValue(), -123456789);
83 EXPECT_EQ(Sign8.getAsSignedConstant().getValue(), -1);
89 EXPECT_EQ(UMax.getAsSignedConstant().getValue(), LLONG_MAX);
101 EXPECT_EQ(Data1.getAsSignedConstant().getValue(), 120);
102 EXPECT_EQ(Data2.getAsSignedConstant().getValue(), 32000);
103 EXPECT_EQ(Data4.getAsSignedConstant().getValue(), 2000000000);
104 EXPECT_EQ(Data8.getAsSignedConstant().getValue(), 0x1234567812345678LL);
105 EXPECT_EQ(LEBMin.getAsSignedConstant().getValue(), LLONG_MIN);
106 EXPECT_EQ(LEBMax.getAsSignedConstant().getValue(), LLONG_MAX);
107 EXPECT_EQ(LEB1.getAsSignedConstant().getValue(), -42);
108 EXPECT_EQ(LEB2.getAsSignedConstant().getValue(), 42);
unittests/IR/MetadataTest.cpp 985 EXPECT_EQ(0U, DILocation::encodeDiscriminator(0, 0, 0).getValue());
989 EXPECT_EQ(2U, DILocation::encodeDiscriminator(1, 0, 0).getValue());
994 EXPECT_EQ(5U, DILocation::encodeDiscriminator(0, 1, 0).getValue());
998 EXPECT_EQ(0xbU, DILocation::encodeDiscriminator(0, 0, 1).getValue());
1004 EXPECT_EQ(0xfffbU, DILocation::encodeDiscriminator(0, 0, 0xfff).getValue());
1006 EXPECT_EQ(0x102U, DILocation::encodeDiscriminator(1, 1, 0).getValue());
1008 EXPECT_EQ(0x13eU, DILocation::encodeDiscriminator(0x1f, 1, 0).getValue());
1010 EXPECT_EQ(0x87feU, DILocation::encodeDiscriminator(0x1ff, 1, 0).getValue());
1012 EXPECT_EQ(0x1f3eU, DILocation::encodeDiscriminator(0x1f, 0x1f, 0).getValue());
1015 DILocation::encodeDiscriminator(0x1f, 0x1ff, 0).getValue());
1018 DILocation::encodeDiscriminator(0x1ff, 0x1ff, 0).getValue());
1021 DILocation::encodeDiscriminator(0x1f, 0x1f, 0xfff).getValue());
1024 DILocation::encodeDiscriminator(0x1f, 0x1ff, 0x1ff).getValue());
1027 DILocation::encodeDiscriminator(0x1ff, 0x1f, 0x1ff).getValue());
1030 DILocation::encodeDiscriminator(0x1ff, 0x1ff, 7).getValue());
1053 EXPECT_EQ(L1, L1->cloneWithBaseDiscriminator(0).getValue());
1054 EXPECT_EQ(L1, L1->cloneByMultiplyingDuplicationFactor(0).getValue());
1055 EXPECT_EQ(L1, L1->cloneByMultiplyingDuplicationFactor(1).getValue());
1057 auto L2 = L1->cloneWithBaseDiscriminator(1).getValue();
1064 auto L3 = L2->cloneByMultiplyingDuplicationFactor(2).getValue();
1068 EXPECT_EQ(L2, L2->cloneByMultiplyingDuplicationFactor(1).getValue());
1070 auto L4 = L3->cloneByMultiplyingDuplicationFactor(4).getValue();
1074 auto L5 = L4->cloneWithBaseDiscriminator(2).getValue();
1079 auto L6 = L1->cloneWithBaseDiscriminator(0xfff).getValue();
1082 .getValue()
1311 EXPECT_EQ(DWARFAddressSpace, N->getDWARFAddressSpace().getValue());
1375 EXPECT_EQ(UINT32_MAX - 3, N->getDWARFAddressSpace().getValue());
unittests/Support/AlignmentTest.cpp 169 Align Expected = decodeMaybeAlign(encode(Actual)).getValue();
330 EXPECT_DEATH((MaybeAlign(0).getValue()), ".*");