reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/BreadthFirstIterator.h
   79     QueueElement H = Head.getValue();
include/llvm/ADT/Optional.h
  263   T &operator*() LLVM_LVALUE_FUNCTION { return getValue(); }
  276     return hasValue() ? std::move(getValue()) : std::forward<U>(value);
include/llvm/Analysis/BlockFrequencyInfoImpl.h
 1178                         << HeaderWeight.getValue() << "\n");
 1180       uint64_t HeaderWeightValue = HeaderWeight.getValue();
 1199       uint64_t MinWeight = MinHeaderWeight.getValue();
 1349       OS << ", count = " << ProfileCount.getValue();
 1352       OS << ", irr_loop_header_weight = " << IrrLoopHeaderWeight.getValue();
 1431         OS << Count.getValue();
include/llvm/Analysis/ProfileSummaryInfo.h
  150     return HotCountThreshold ? HotCountThreshold.getValue() : 0;
  154     return ColdCountThreshold ? ColdCountThreshold.getValue() : 0;
include/llvm/Bitstream/BitstreamWriter.h
  312         EmitAbbreviatedLiteral(Op, Code.getValue());
  317         EmitAbbreviatedField(Op, Code.getValue());
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  601         State.Renderers[RendererID] = Renderer.getValue();
include/llvm/DebugInfo/CodeView/SymbolRecord.h
  199     return Current.getValue();
include/llvm/IR/IRBuilder.h
 1106       UseRounding = Rounding.getValue();
 1111     auto *RoundingMDS = MDString::get(Context, RoundingStr.getValue());
 1122       UseExcept = Except.getValue();
 1127     auto *ExceptMDS = MDString::get(Context, ExceptStr.getValue());
include/llvm/MC/MCSymbolXCOFF.h
   27     assert((!StorageClass.hasValue() || StorageClass.getValue() == SC) &&
include/llvm/Support/Alignment.h
  180   return A ? alignTo(Size, A.getValue()) : Size;
  210   return Log2(A.getValue());
  387   return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
include/llvm/Support/YAMLTraits.h
  915       yamlize(*this, Val.getValue(), Required, Ctx);
include/llvm/Transforms/IPO/Attributor.h
  650     return (SccSizeOpt.getValue())[&F];
lib/Analysis/InlineCost.cpp
  871     return B ? std::min(A, B.getValue()) : A;
  876     return B ? std::max(A, B.getValue()) : A;
  936       Threshold = HotCallSiteThreshold.getValue();
lib/Analysis/LazyValueInfo.cpp
 1049   ConstantRange LHSRange = LHSRes.getValue();
 1075   ConstantRange LHSRange = LHSRes.getValue();
 1076   ConstantRange RHSRange = RHSRes.getValue();
 1437                 Result = constantFoldUser(Usr, Op, OpConst.getValue(), DL);
lib/Analysis/ModuleSummaryAnalysis.cpp
  344         auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI)
lib/Analysis/ProfileSummaryInfo.cpp
  157             TotalCallCount += CallCount.getValue();
  186             TotalCallCount += CallCount.getValue();
  211             TotalCallCount += CallCount.getValue();
  279   return HasHugeWorkingSetSize && HasHugeWorkingSetSize.getValue();
  285   return HasLargeWorkingSetSize && HasLargeWorkingSetSize.getValue();
  291   return HotCountThreshold && C >= HotCountThreshold.getValue();
  297   return ColdCountThreshold && C <= ColdCountThreshold.getValue();
  302   return CountThreshold && C >= CountThreshold.getValue();
  308   return HotCountThreshold ? HotCountThreshold.getValue() : UINT64_MAX;
  314   return ColdCountThreshold ? ColdCountThreshold.getValue() : 0;
lib/Analysis/ScalarEvolution.cpp
 4355           bool IsOne = cast<SCEVConstant>(Res.getValue())->getValue()->isOne();
 4363           Result = Res.getValue();
 5703       ConservativeResult = ConservativeResult.intersectWith(MDRange.getValue(),
 8737       const auto *R = cast<SCEVConstant>(getConstant(S.getValue()));
10861       return SE.getConstant(S.getValue());
lib/Analysis/ScalarEvolutionExpander.cpp
 2088   if (VO && VO.getValue().second == nullptr)
 2089     return VO.getValue().first;
lib/Analysis/SyntheticCountsUtils.cpp
   61     AdditionalCounts[Callee] += OptProfCount.getValue();
   74     AddCount(Callee, OptProfCount.getValue());
lib/AsmParser/LLParser.cpp
  244       F->replaceAllUsesWith(Remangled.getValue());
lib/Bitcode/Reader/BitcodeReader.cpp
 2977       RemangledIntrinsics[&F] = Remangled.getValue();
lib/CodeGen/ModuloSchedule.cpp
 1438         .addReg(IllegalPhiDefault.getValue())
 1452     auto I = Phis.find({LoopReg, InitReg.getValue()});
 1473     MI->getOperand(1).setReg(InitReg.getValue());
 1474     Phis.insert({{LoopReg, InitReg.getValue()}, R});
 1475     MRI.constrainRegClass(R, MRI.getRegClass(InitReg.getValue()));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  377           *DAG.getContext(), CallConv.getValue(), ValueVT, IntermediateVT,
  710         *DAG.getContext(), CallConv.getValue(), ValueVT, IntermediateVT,
  785             ? TLI.getNumRegistersForCallingConv(Context, CC.getValue(), ValueVT)
  789             ? TLI.getRegisterTypeForCallingConv(Context, CC.getValue(), ValueVT)
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  493         assert(Opt.getValue() &&
  500         assert(Opt.getValue() &&
lib/DebugInfo/DWARF/DWARFContext.cpp
  354         U->getDIEForOffset(DumpOffset.getValue())
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  580     COS.get().write_escaped(DbgStr.getValue());
lib/ExecutionEngine/Orc/Speculation.cpp
  132           S.registerSymbols(internToJITSymbols(IRNames.getValue()),
lib/IR/AutoUpgrade.cpp
  813     NewFn = Result.getValue();
lib/IR/Instructions.cpp
 3910       all_of(Weights.getValue(), [](uint32_t W) { return W == 0; });
 3912   if (AllZeroes || Weights.getValue().size() < 2)
 3946     Weights.getValue()[I->getCaseIndex() + 1] = Weights.getValue().back();
 3946     Weights.getValue()[I->getCaseIndex() + 1] = Weights.getValue().back();
 3947     Weights.getValue().pop_back();
 3960     Weights.getValue()[SI.getNumSuccessors() - 1] = *W;
 3963     Weights.getValue().push_back(W ? *W : 0);
 3983   return Weights.getValue()[idx];
 3995     auto &OldW = Weights.getValue()[idx];
lib/LTO/LTO.cpp
  598     if (EnableSplitLTOUnit.getValue() != LTOInfo->EnableSplitLTOUnit)
lib/Linker/IRMover.cpp
 1008       NewGV = Remangled.getValue();
lib/MC/MCParser/WasmAsmParser.cpp
  131     MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue());
  151     auto WS = getContext().getWasmSection(Name, Kind.getValue());
lib/MC/MCSchedule.cpp
   99     Throughput = Throughput ? std::min(Throughput.getValue(), Temp) : Temp;
  102     return 1.0 / Throughput.getValue();
  143     Throughput = Throughput ? std::min(Throughput.getValue(), Temp) : Temp;
  146     return 1.0 / Throughput.getValue();
lib/Object/WasmObjectFile.cpp
 1203   if (DataCount && Count != DataCount.getValue())
lib/Passes/StandardInstrumentations.cpp
  155     std::tie(M, Extra) = UnwrappedModule.getValue();
lib/Support/Process.cpp
   46   SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr);
lib/Support/VirtualFileSystem.cpp
 1966        << (IsCaseSensitive.getValue() ? "true" : "false") << "',\n";
 1969        << (UseExternalNames.getValue() ? "true" : "false") << "',\n";
 1972     UseOverlayRelative = IsOverlayRelative.getValue();
lib/Target/AArch64/AArch64InstructionSelector.cpp
 4641   MIB.addImm(CstVal.getValue());
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1973   if (!TII.isLegalFLATOffset(Offset.getValue(), AddrSpace, Signed))
 2183   MIB.addImm(CstVal.getValue());
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
 1510   if (IdxVal.getValue() < VecTy.getNumElements())
 1511     B.buildExtract(Dst, Vec, IdxVal.getValue() * EltTy.getSizeInBits());
 1540   if (IdxVal.getValue() < VecTy.getNumElements())
 1541     B.buildInsert(Dst, Vec, Ins, IdxVal.getValue() * EltTy.getSizeInBits());
lib/Target/AMDGPU/SIFrameLowering.cpp
  759     const int FI = FuncInfo->FramePointerSaveIndex.getValue();
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
  564       ScopeOrNone.getValue();
  624     ScopeOrNone.getValue();
lib/Target/Hexagon/HexagonFrameLowering.cpp
  875       insertCFIInstructionsAt(B, At.getValue());
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  926     NVPTXLD = CurDAG->getMachineNode(Opcode.getValue(), dl, TargetVT,
  939     NVPTXLD = CurDAG->getMachineNode(Opcode.getValue(), dl, TargetVT,
  958     NVPTXLD = CurDAG->getMachineNode(Opcode.getValue(), dl, TargetVT,
  977     NVPTXLD = CurDAG->getMachineNode(Opcode.getValue(), dl, TargetVT,
 1095     LD = CurDAG->getMachineNode(Opcode.getValue(), DL, N->getVTList(), Ops);
 1122     LD = CurDAG->getMachineNode(Opcode.getValue(), DL, N->getVTList(), Ops);
 1172     LD = CurDAG->getMachineNode(Opcode.getValue(), DL, N->getVTList(), Ops);
 1220     LD = CurDAG->getMachineNode(Opcode.getValue(), DL, N->getVTList(), Ops);
 1364     LD = CurDAG->getMachineNode(Opcode.getValue(), DL, InstVTList, Ops);
 1511     LD = CurDAG->getMachineNode(Opcode.getValue(), DL, InstVTList, Ops);
 1657     LD = CurDAG->getMachineNode(Opcode.getValue(), DL, InstVTList, Ops);
 1790     NVPTXST = CurDAG->getMachineNode(Opcode.getValue(), dl, MVT::Other, Ops);
 1809     NVPTXST = CurDAG->getMachineNode(Opcode.getValue(), dl, MVT::Other, Ops);
 1835     NVPTXST = CurDAG->getMachineNode(Opcode.getValue(), dl, MVT::Other, Ops);
 1858     NVPTXST = CurDAG->getMachineNode(Opcode.getValue(), dl, MVT::Other, Ops);
 2085   ST = CurDAG->getMachineNode(Opcode.getValue(), DL, MVT::Other, StOps);
 2167   ReplaceNode(Node, CurDAG->getMachineNode(Opcode.getValue(), DL, VTs, Ops));
 2233   SDNode *Ret = CurDAG->getMachineNode(Opcode.getValue(), DL, MVT::Other, Ops);
 2337       CurDAG->getMachineNode(Opcode.getValue(), DL, RetVTs, Ops);
lib/Target/NVPTX/NVPTXISelLowering.cpp
 1873       Ret = DAG.getNode(ISD::TRUNCATE, dl, ProxyRegTruncates[i].getValue(), Ret);
lib/Target/PowerPC/PPCFastISel.cpp
  782       PPC::Predicate PPCPred = OptPPCPred.getValue();
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  334       Types.push_back(Type.getValue());
  680           wasm::WasmGlobalType{uint8_t(Type.getValue()), true});
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  424       NEltArg = NEltArg.getValue() + 1;
lib/Target/X86/X86DiscriminateMemOps.cpp
  162         DI = DI->cloneWithDiscriminator(EncodedDiscriminator.getValue());
lib/Target/X86/X86MCInstLower.cpp
  470       OutMI.addOperand(MaybeMCOp.getValue());
 1179       MI.addOperand(MaybeOperand.getValue());
 1209       MCI.addOperand(MaybeOperand.getValue());
 1548       Ret.addOperand(MaybeOperand.getValue());
 1585       TC.addOperand(MaybeOperand.getValue());
 1910       MIB.addOperand(Op.getValue());
 1922         MIB.addOperand(Op.getValue());
 1950         MIB.addOperand(Op.getValue());
lib/Transforms/IPO/Attributor.cpp
  973   if (!UniqueRV.hasValue() || !UniqueRV.getValue())
  989   if (auto *UniqueRVArg = dyn_cast<Argument>(UniqueRV.getValue())) {
  992   } else if (auto *RVC = dyn_cast<Constant>(UniqueRV.getValue())) {
 1038         !(isa<UndefValue>(RV) || isa<UndefValue>(UniqueRV.getValue()))) {
 3345     if (!QueryingValueSimplified.getValue())
 3349         *QueryingValueSimplified.getValue();
 3370         !SimplifiedAssociatedValue.getValue())
 3373     if (auto *C = dyn_cast<Constant>(SimplifiedAssociatedValue.getValue())) {
lib/Transforms/IPO/Inliner.cpp
  661       if (!OIC.getValue()) {
 1058       if (!OIC.getValue()) {
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1756                           ProfileCount ? ProfileCount.getValue() : 0);
lib/Transforms/Instrumentation/InstrProfiling.cpp
  281             (PreheaderCount.getValue() * 3) >= (InstrCount.getValue() * 2))
  281             (PreheaderCount.getValue() * 3) >= (InstrCount.getValue() * 2))
lib/Transforms/Scalar/ConstantHoisting.cpp
  587             TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, Diff.getValue(), Ty);
  589           LLVM_DEBUG(dbgs() << "Offset " << Diff.getValue() << " "
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1403   SubRanges SR = MaybeSR.getValue();
 1829   LoopStructure LS = MaybeLoopStructure.getValue();
 1850           IntersectRange(SE, SafeIterRange, Result.getValue());
 1853             !MaybeSafeIterRange.getValue().isEmpty(SE, LS.IsSignedPredicate) &&
 1856         SafeIterRange = MaybeSafeIterRange.getValue();
 1865                      SafeIterRange.getValue());
lib/Transforms/Scalar/InferAddressSpaces.cpp
  669     LLVM_DEBUG(dbgs() << "  to " << NewAS.getValue() << '\n');
  670     (*InferredAddrSpace)[V] = NewAS.getValue();
lib/Transforms/Scalar/LoopDistribute.cpp
  606       NewLoop->setLoopID(PartitionID.getValue());
lib/Transforms/Scalar/LoopPredication.cpp
  763         Checks.push_back(NewRangeCheck.getValue());
lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  370     SubLoop->setLoopID(NewInnerEpilogueLoopID.getValue());
  398       EpilogueOuterLoop->setLoopID(NewOuterEpilogueLoopID.getValue());
  405     SubLoop->setLoopID(NewInnerLoopID.getValue());
  414       L->setLoopID(NewOuterLoopID.getValue());
lib/Transforms/Scalar/LoopUnrollPass.cpp
 1147       RemainderLoop->setLoopID(RemainderLoopID.getValue());
 1155       L->setLoopID(NewLoopID.getValue());
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  297   return DeoptBundle.getValue().Inputs;
lib/Transforms/Utils/AddDiscriminators.cpp
  218         I.setDebugLoc(NewDIL.getValue());
  256           I.setDebugLoc(NewDIL.getValue());
lib/Transforms/Utils/CodeExtractor.cpp
 1521           ProfileCount(Count.getValue(), Function::PCT_Real)); // FIXME
lib/Transforms/Utils/InlineFunction.cpp
 1489       std::min(CallSiteCount.hasValue() ? CallSiteCount.getValue() : 0,
lib/Transforms/Utils/LoopUnroll.cpp
  594               I.setDebugLoc(NewDIL.getValue());
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  305               I.setDebugLoc(NewDIL.getValue());
lib/Transforms/Utils/LoopUnrollRuntime.cpp
  410       NewLoop->setLoopID(NewLoopID.getValue());
lib/Transforms/Utils/LoopUtils.cpp
  398     return Count.getValue() == 1 ? TM_SuppressedByUser : TM_ForcedByUser;
  419     return Count.getValue() == 1 ? TM_SuppressedByUser : TM_ForcedByUser;
lib/Transforms/Vectorize/LoopVectorize.cpp
  818         B.SetCurrentDebugLocation(NewDIL.getValue());
 3083     Lp->setLoopID(VectorizedLoopID.getValue());
 6458   unsigned MaxVF = MaybeMaxVF.getValue();
 7788     L->setLoopID(RemainderLoopID.getValue());
lib/Transforms/Vectorize/SLPVectorizer.cpp
  842         getData(BestOp.Idx.getValue(), Lane).IsUsed = true;
 1063                 swap(OpIdx, BestIdx.getValue(), Lane);
 1407       for (ScheduleData *BundleMember = Bundle.getValue(); BundleMember;
 1413       assert((!Bundle.getValue() || Lane == VL.size()) &&
 1485       return result.getValue();
 2941         int Cost = TTI->getShuffleCost(ShuffleKind.getValue(), VecTy);
tools/clang/include/clang/Sema/Lookup.h
  498         Ambiguity = SavedAK.getValue();
tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  413   return K.getValue();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  131       if (!isSat.hasValue() || !isSat.getValue())
  148       if (!isSat.hasValue() || isNotSat.getValue())
  346       Cached[hash] = ConditionTruthVal(res.getValue());
tools/clang/lib/AST/ASTContext.cpp
 2449         Bases.emplace_back(Base.getType(), Size.getValue());
 2549            StructSize.getValue() == static_cast<int64_t>(getTypeSize(Ty));
tools/clang/lib/Analysis/BodyFarm.cpp
  670     return Val.getValue();
  697   return Val.getValue();
  814     return Val.getValue();
  835   return Val.getValue();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  322       return b.getValue();
  384   return b.getValue();
tools/clang/lib/Analysis/ReachableCode.cpp
  354         if (TreatAllSuccessorsAsReachable.getValue()) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3781   Expr.push_back(DWARFAddressSpace.getValue());
tools/clang/lib/CodeGen/CGExpr.cpp
  388           auto AS = AddrSpace.getValue();
tools/clang/lib/CodeGen/CGObjC.cpp
  618       result = RValue::get(SpecializedResult.getValue());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4712     DeclToAddrMapTy &Data = I->getSecond().SecondaryLocalVarData.getValue();
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3758     return AS.getValue();
 3778             CGM, GV, AS.getValue(), LangAS::Default,
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  500     SourceMappingRegion DR = DeferredRegion.getValue();
tools/clang/lib/CodeGen/TargetInfo.cpp
 8070       return ConstAS.getValue();
tools/clang/lib/Driver/ToolChains/AVR.cpp
   78         std::string LibcRoot = AVRLibcRoot.getValue();
tools/clang/lib/Driver/ToolChains/Clang.cpp
 1866                                          Twine(G.getValue())));
tools/clang/lib/Driver/ToolChains/Hexagon.cpp
  152     CmdArgs.push_back(Args.MakeArgString("-gpsize=" + Twine(G.getValue())));
  252     CmdArgs.push_back(Args.MakeArgString("-G" + Twine(G.getValue())));
  253     UseG0 = G.getValue() == 0;
  440     HasG0 = G.getValue() == 0;
tools/clang/lib/Frontend/ASTUnit.cpp
 1776     CI->getHeaderSearchOpts().ModuleFormat = ModuleFormat.getValue();
tools/clang/lib/Frontend/CompilerInvocation.cpp
  426     OptionField = PossiblyInvalidVal.getValue();
tools/clang/lib/Lex/MacroInfo.cpp
  185                      !isPublic.hasValue() || isPublic.getValue());
  198                  !isPublic.hasValue() || isPublic.getValue());
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1335           OS << Result.getValue();
 1338           if (Result.getValue() > 1)
tools/clang/lib/Lex/PreprocessingRecord.cpp
  117       return IsInFile.getValue();
tools/clang/lib/Parse/ParseOpenMP.cpp
 1048                   DeclVarData.getValue().first, DeclVarData.getValue().second,
 1048                   DeclVarData.getValue().first, DeclVarData.getValue().second,
 1147             Diag(DevTypeData.getValue().Loc,
 1150           switch(static_cast<OpenMPDeviceType>(DevTypeData.getValue().Type)) {
 1163           DeviceTypeLoc = DevTypeData.getValue().Loc;
 2213       Kind, Val.getValue().Type, Val.getValue().TypeLoc, Val.getValue().LOpen,
 2213       Kind, Val.getValue().Type, Val.getValue().TypeLoc, Val.getValue().LOpen,
 2213       Kind, Val.getValue().Type, Val.getValue().TypeLoc, Val.getValue().LOpen,
 2214       Val.getValue().Loc, Val.getValue().RLoc);
 2214       Val.getValue().Loc, Val.getValue().RLoc);
tools/clang/lib/Sema/SemaCUDA.cpp
  327           InferredTarget.getValue(), BaseMethodTarget,
  333               << (unsigned)CSM << InferredTarget.getValue() << BaseMethodTarget;
  371           InferredTarget.getValue(), FieldMethodTarget,
  377               << (unsigned)CSM << InferredTarget.getValue()
  391     if (InferredTarget.getValue() == CFT_Device)
  393     else if (InferredTarget.getValue() == CFT_Host)
tools/clang/lib/Sema/SemaChecking.cpp
 1029         << DiagSelect.getValue() << TheCall->getSourceRange();
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4668     FixIts.emplace_back(AccessOpFixIt.getValue());
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7990         if (NumParams && NumParams.getValue() == Sel.getNumArgs()) {
tools/clang/lib/Sema/SemaLambda.cpp
  440         Mangling.getValue();
tools/clang/lib/Sema/SemaOpenMP.cpp
 5512                (TestIsLessOp.getValue() ?
 5517           << LCDecl << TestIsLessOp.getValue() << NewStep->getSourceRange();
 5520           << TestIsLessOp.getValue() << ConditionSrcRange;
 5523     if (TestIsLessOp.getValue() == Subtract) {
 6425     Expr *Upper = TestIsLessOp.getValue()
 6428     Expr *Lower = TestIsLessOp.getValue()
tools/clang/lib/Sema/SemaTemplate.cpp
  815     Diag(Pattern->getLocation(), Note.getValue());
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  407   S.ActOnOpenMPDeclareVariantDirective(DeclVarData.getValue().first,
  408                                        DeclVarData.getValue().second,
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  774     if (!errorNode.getValue())
  792                                                       errorNode.getValue());
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  289     SVal InitialVal = State->getSVal(LValLoc.getValue());
  960   SVal CurrentValInIvar = State->getSVal(LValLoc.getValue());
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  850     Checker->parseConfiguration(Mgr, Option, std::move(Config.getValue()));
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1022       .makeIntVal(KernelZeroFlagVal.getValue(), FlagsEx->getType())
 1087           State = MaybeState.getValue();
 1098         State = MaybeState.getValue();
tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  239       .makeIntVal(Val_O_CREAT.getValue(), oflagsEx->getType()).castAs<NonLoc>();
tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
   81   return K.getValue();
   94   return K.getValue();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 2053       RVal = LVState->getRawSVal(L.getValue(), Inner->getType());
 2520     event->setPrunable(shouldPrune.getValue());
 2654       Out << (IntValue.getValue()->getBoolValue() ? "true" : "false");
 2656       Out << *IntValue.getValue();
 2852   if (!isSat.getValue())
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1311         const ObjCMethodDecl *MD = Val.getValue();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  939     if (!MayInline.getValue())
  960       assert(!MayInline.hasValue() || MayInline.getValue());
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 2036       return V.getValue();
 2265   for (; Size.hasValue() ? i < Size.getValue() : true ; ++i, ++VI) {
 2284   if (!Size.hasValue() || i < Size.getValue())
tools/clang/tools/driver/driver.cpp
  403       getCLEnvVarOptions(OptCL.getValue(), Saver, PrependedOpts);
  412       getCLEnvVarOptions(Opt_CL_.getValue(), Saver, AppendedOpts);
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  315       return genLink(Type.Name, "#" + JumpToSection.getValue());
  323     Path += ("#" + JumpToSection.getValue()).str();
  443   SmallString<128> FileURL(RepositoryUrl.getValue());
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  814       UseSafeFunctions = AreSafeFunctionsWanted.getValue();
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
  101         Diag << Insertion.getValue();
tools/clang/tools/extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
  102     Diag << IncludeFixit.getValue();
tools/clang/tools/extra/clangd/ClangdServer.cpp
  229           SpecFuzzyFind->NewReq.getValue();
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  297     Tokens.push_back({Kind, R.getValue()});
tools/clang/tools/extra/clangd/index/Background.cpp
  301         getSubGraph(URI::create(Path), Index.Sources.getValue()));
tools/clang/tools/extra/clangd/unittests/HeaderSourceSwitchTests.cpp
   34   ASSERT_EQ(PathResult.getValue(), FooH);
   38   ASSERT_EQ(PathResult.getValue(), FooCpp);
   49   ASSERT_EQ(PathResult.getValue(), FooHH);
   58   ASSERT_EQ(PathResult.getValue(), Foo2HH);
   68   ASSERT_EQ(PathResult.getValue(), Foo3HXX);
tools/clang/tools/extra/clangd/unittests/SerializationTests.cpp
  265     const tooling::CompileCommand &SerializedCmd = In->Cmd.getValue();
tools/clang/tools/extra/unittests/clang-tidy/NamespaceAliaserTest.cpp
   38       diag(Call->getBeginLoc(), "Fix for testing") << Hint.getValue();
tools/clang/tools/extra/unittests/clang-tidy/UsingInserterTest.cpp
   41       diag(Call->getBeginLoc(), "Fix for testing") << Hint.getValue();
tools/clang/tools/libclang/CXType.cpp
 1141   return GetTemplateArgumentArraySize(TA.getValue());
 1153   Optional<QualType> QT = FindTemplateArgumentTypeAt(TA.getValue(), index);
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  357   return V.first != 0 && V.first == V.second.getValue();
tools/lld/COFF/PDB.cpp
  524         f->pchSignature.getValue() == precompSignature &&
tools/lld/lib/Core/File.cpp
   25   return _lastError.getValue();
tools/lld/lib/Driver/DarwinLdDriver.cpp
 1079                 canonicalizePath(resolvedPath.getValue()));
 1081       addFile(resolvedPath.getValue(), ctx, globalWholeArchive, upward);
 1093                 canonicalizePath(resolvedPath.getValue()));
 1095       addFile(resolvedPath.getValue(), ctx, globalWholeArchive, upward);
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  706       return loadIndirectDylib(libPath.getValue());
tools/lld/wasm/Writer.cpp
  382     auto &explicitFeatures = config->features.getValue();
tools/lldb/source/Commands/CommandObjectFrame.cpp
  159       valobj_sp = frame_sp->GuessValueForAddress(m_options.address.getValue());
  162           m_options.reg.getValue(), m_options.offset.getValueOr(0));
tools/lldb/source/Core/DumpDataExtractor.cpp
  115     std::string apint_str(apint.getValue().toString(radix, is_signed));
  581             llvm::APFloat apfloat(semantics, apint.getValue());
tools/lldb/source/Core/IOHandler.cpp
  420     line = got_line.getValue();
tools/lldb/source/Core/ValueObject.cpp
  346       m_override_type = complete_type.getValue();
 1099     return m_validation_result.getValue();
 1107       .getValue();
tools/lldb/source/Core/ValueObjectChild.cpp
   93     return m_can_update_with_invalid_exe_ctx.getValue();
  103           .getValue();
  107       .getValue();
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  191         m_basename = function.getValue().name.basename;
  192         m_context = function.getValue().name.context;
  193         m_arguments = function.getValue().arguments;
  194         m_qualifiers = function.getValue().qualifiers;
  263     identifier = full_name.getValue().basename;
  264     context = full_name.getValue().context;
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
   58   result.basename = GetTextForRange(name_ranges.getValue().basename_range);
   59   result.context = GetTextForRange(name_ranges.getValue().context_range);
  128   result.name.basename = GetTextForRange(maybe_name.getValue().basename_range);
  129   result.name.context = GetTextForRange(maybe_name.getValue().context_range);
  589                                    last_coloncolon_position.getValue());
  591           Range(last_coloncolon_position.getValue() + 1, GetCurrentPosition());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  317     return m_Foundation_major.getValue();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5899   return m_sdk_versions.getValue();
tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
   42   return m_shared_library_info_addr.getValue();
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  232   SetID(pid.getValue());
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  493   clang::Decl *decl = FromCompilerDecl(option.getValue());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1512     return decl.getValue();
tools/lldb/source/Target/UnixSignals.cpp
  311         signal_suppress != should_suppress.getValue())
  314     if (should_stop.hasValue() && signal_stop != should_stop.getValue())
  317     if (should_notify.hasValue() && signal_notify != should_notify.getValue())
tools/lldb/source/Utility/SelectHelper.cpp
  201           m_end_time.getValue() - steady_clock::now());
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  195   EXPECT_EQ("/foo/bar.so", result.getValue()[0].GetFileSpec().GetPath());
  196   EXPECT_EQ(triple, result.getValue()[0].GetArchitecture().GetTriple());
  198             result.getValue()[0].GetUUID());
  199   EXPECT_EQ(0u, result.getValue()[0].GetObjectOffset());
  200   EXPECT_EQ(1234u, result.getValue()[0].GetObjectSize());
  220   EXPECT_EQ("/foo/bar.so", result.getValue()[0].GetFileSpec().GetPath());
  221   EXPECT_EQ(triple, result.getValue()[0].GetArchitecture().GetTriple());
  223             result.getValue()[0].GetUUID());
  224   EXPECT_EQ(0u, result.getValue()[0].GetObjectOffset());
  225   EXPECT_EQ(1234u, result.getValue()[0].GetObjectSize());
tools/lldb/unittests/Process/minidump/MinidumpParserTest.cpp
  223   ASSERT_EQ(16001UL, pid.getValue());
  524   ASSERT_EQ(4440UL, pid.getValue());
  531   ASSERT_EQ(4440UL, pid.getValue());
  539   ASSERT_EQ(7836UL, pid.getValue());
tools/llvm-cov/SourceCoverageViewHTML.cpp
  536     return tag("span", Snippet, Color.getValue());
tools/llvm-exegesis/lib/Clustering.cpp
  333       Clustering.stabilize(NumOpcodes.getValue());
  338     Clustering.clusterizeNaive(NumOpcodes.getValue());
tools/llvm-mca/Views/InstructionInfoView.cpp
   72       double RT = RThroughput.getValue();
tools/llvm-objdump/llvm-objdump.cpp
 1962       ClangASTSection.getValue().getContents(), Obj->getFileName());
 2003       unwrapOrError(FaultMapSection.getValue().getContents(), Obj->getFileName());
tools/obj2yaml/dwarf2yaml.cpp
  145           auto Form = FormValue.getValue().getForm();
  152               if (auto Val = FormValue.getValue().getAsAddress())
  153                 NewValue.Value = Val.getValue();
  162               if (auto Val = FormValue.getValue().getAsReferenceUVal())
  163                 NewValue.Value = Val.getValue();
  170               if (auto Val = FormValue.getValue().getAsBlock()) {
  171                 auto BlockData = Val.getValue();
  186               if (auto Val = FormValue.getValue().getAsUnsignedConstant())
  187                 NewValue.Value = Val.getValue();
  190               if (auto Val = FormValue.getValue().getAsCString())
  191                 NewValue.CStr = Val.getValue();
  195               if (auto Val = FormValue.getValue().getAsUnsignedConstant()) {
  196                 NewValue.Value = Val.getValue();
  198                 Form = static_cast<dwarf::Form>(Val.getValue());
  209               if (auto Val = FormValue.getValue().getAsCStringOffset())
  210                 NewValue.Value = Val.getValue();
tools/polly/lib/Exchange/JSONExporter.cpp
  293                                          Schedule.getValue().str().c_str());
unittests/Analysis/BasicAliasAnalysisTest.cpp
   59     return Analyses.getValue();
unittests/CodeGen/GlobalISel/ConstantFoldingTest.cpp
   87   EXPECT_EQ(25ULL, FoldGAddInt.getValue().getLimitedValue());
   92   EXPECT_EQ(1073741840ULL, FoldGAddMix.getValue().getLimitedValue());
   99   EXPECT_EQ(0ULL, FoldGAndInt.getValue().getLimitedValue());
  104   EXPECT_EQ(1ULL, FoldGAndMix.getValue().getLimitedValue());
  111   EXPECT_EQ(0ULL, FoldGAShrInt.getValue().getLimitedValue());
  116   EXPECT_EQ(2097152ULL, FoldGAShrMix.getValue().getLimitedValue());
  123   EXPECT_EQ(0ULL, FoldGLShrInt.getValue().getLimitedValue());
  128   EXPECT_EQ(2080768ULL, FoldGLShrMix.getValue().getLimitedValue());
  135   EXPECT_EQ(144ULL, FoldGMulInt.getValue().getLimitedValue());
  140   EXPECT_EQ(0ULL, FoldGMulMix.getValue().getLimitedValue());
  147   EXPECT_EQ(25ULL, FoldGOrInt.getValue().getLimitedValue());
  152   EXPECT_EQ(1073741840ULL, FoldGOrMix.getValue().getLimitedValue());
  159   EXPECT_EQ(8192ULL, FoldGShlInt.getValue().getLimitedValue());
  164   EXPECT_EQ(0ULL, FoldGShlMix.getValue().getLimitedValue());
  171   EXPECT_EQ(7ULL, FoldGSubInt.getValue().getLimitedValue());
  176   EXPECT_EQ(3221225488ULL, FoldGSubMix.getValue().getLimitedValue());
  183   EXPECT_EQ(25ULL, FoldGXorInt.getValue().getLimitedValue());
  188   EXPECT_EQ(1073741840ULL, FoldGXorMix.getValue().getLimitedValue());
  195   EXPECT_EQ(1ULL, FoldGUdivInt.getValue().getLimitedValue());
  200   EXPECT_EQ(0ULL, FoldGUdivMix.getValue().getLimitedValue());
  207   EXPECT_EQ(1ULL, FoldGSdivInt.getValue().getLimitedValue());
  212   EXPECT_EQ(0ULL, FoldGSdivMix.getValue().getLimitedValue());
  219   EXPECT_EQ(1ULL, FoldGUremInt.getValue().getLimitedValue());
  224   EXPECT_EQ(0ULL, FoldGUremMix.getValue().getLimitedValue());
  231   EXPECT_EQ(7ULL, FoldGSremInt.getValue().getLimitedValue());
  236   EXPECT_EQ(16ULL, FoldGSremMix.getValue().getLimitedValue());
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
  254   ExtractedBlockData = BlockDataOpt.getValue();
  262   ExtractedBlockData = BlockDataOpt.getValue();
  270   ExtractedBlockData = BlockDataOpt.getValue();
  278   ExtractedBlockData = BlockDataOpt.getValue();
  288     ExtractedBlockData = BlockDataOpt.getValue();
  921   EXPECT_EQ(OptU64.getValue(), ActualLowPC);
  938   EXPECT_EQ(OptU64.getValue(), ActualLowPC);
  946     EXPECT_EQ(OptU64.getValue(), ActualHighPC);
  953     EXPECT_EQ(OptU64.getValue(), ActualHighPCOffset);
  960   EXPECT_EQ(OptU64.getValue(), ActualHighPC);
unittests/Support/AlignmentTest.cpp
  123       EXPECT_EQ(alignTo(T.offset, A.getValue()), T.rounded);
  124       EXPECT_EQ(alignAddr(T.forgedAddr(), A.getValue()), T.rounded);
  204       EXPECT_EQ(isAligned(A.getValue(), T.offset), T.isAligned);
  205       EXPECT_EQ(isAddrAligned(A.getValue(), T.forgedAddr()), T.isAligned);
utils/TableGen/GlobalISelEmitter.cpp
  448       : LabelID(LabelID_.hasValue() ? LabelID_.getValue() : ~0u),
 3994           InsertPt, OpTyOrNone.getValue(), TempRegID);
 4373           InsertPt, OpTyOrNone.getValue(), TempRegID);