Home
last modified time | relevance | path

Searched refs:getInt (Results 1 – 25 of 175) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h58 return Storage.getInt() == Normal && Storage.getPointer();
65 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal()
71 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; } in isMissingExpected()
75 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; } in isConfigMismatch()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h84 (DeclAndBits.getInt() & Capture_This); in capturesThis()
96 !(DeclAndBits.getInt() & Capture_This); in capturesVLAType()
112 return DeclAndBits.getInt() & Capture_Implicit; in isImplicit()
H A DGlobalDecl.h100 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl()
110 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
115 return static_cast<CXXDtorType>(Value.getInt()); in getDtorType()
122 return static_cast<DynamicInitKind>(Value.getInt()); in getDynamicInitKind()
144 return static_cast<KernelReferenceKind>(Value.getInt()); in getKernelReferenceKind()
H A DNestedNameSpecifier.h171 if (Prefix.getInt() == StoredIdentifier) in getAsIdentifier()
191 if (Prefix.getInt() == StoredTypeSpec) in getAsType()
H A DVTTBuilder.h53 return BaseAndIsVirtual.getInt(); in isVirtual()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h46 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits()
58 return MethodAndHasMoreThanOneDecl.getInt(); in hasMoreThanOneDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h76 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!"); in advanceRegionSucc()
83 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode()
96 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!"); in getRegionSucc()
129 return Node.getInt() == x.Node.getInt();
H A DWithCache.h65 [[nodiscard]] bool hasKnownBits() const { return Pointer.getInt(); } in hasKnownBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPagedVector.h69 if (Allocator.getInt()) in ~PagedVector()
157 if (!Allocator.getInt()) in clear()
161 if (Allocator.getInt()) in clear()
H A DPointerIntPair.h96 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
195 static intptr_t getInt(intptr_t Value) { in getInt() function
274 return Pair.getInt();
H A Dilist_node_base.h44 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h118 bool isOverridden() const { return Val.getInt() == Overridden; } in isOverridden()
119 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate()
120 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp109 : Info(nullptr, Arg.Info.getInt()) { in FunctionInfo()
114 : Info(Arg.Info.getPointer(), Arg.Info.getInt()) { in FunctionInfo()
119 Info.setPointerAndInt(nullptr, RHS.Info.getInt()); in operator =()
126 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt()); in operator =()
139 return globalClearMayReadAnyGlobal(Info.getInt()); in getModRefInfo()
144 Info.setInt(Info.getInt() | static_cast<int>(NewMRI)); in addModRefInfo()
149 bool mayReadAnyGlobal() const { return Info.getInt() & MayReadAnyGlobal; } in mayReadAnyGlobal()
152 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); } in setMayReadAnyGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp125 switch (Key.getInt()) { in ComputeLatticeVal()
206 if (Key.getInt() == IPOGrouping::Register) in PrintLatticeKey()
208 else if (Key.getInt() == IPOGrouping::Memory) in PrintLatticeKey()
210 else if (Key.getInt() == IPOGrouping::Return) in PrintLatticeKey()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp320 setInt(RHS.getInt()); in APValue()
449 return getInt().needsCleanup(); in needsCleanup()
584 profileIntValue(ID, getInt()); in Profile()
652 if (!Inits.back().isInt() || !Inits.back().getInt().isZero()) in TryPrintAsStringLiteral()
672 int64_t Char64 = Val.getInt().getExtValue(); in TryPrintAsStringLiteral()
729 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
731 Out << getInt(); in printPretty()
966 Result = getInt(); in toIntegralConstant()
1077 return MPD.MemberAndIsDerivedMember.getInt(); in isMemberPointerToDerivedMember()
H A DNestedNameSpecifier.cpp144 switch (Prefix.getInt()) { in getKind()
164 if (Prefix.getInt() == StoredDecl) in getAsNamespace()
172 if (Prefix.getInt() == StoredDecl) in getAsNamespaceAlias()
180 switch (Prefix.getInt()) { in getAsRecordDecl()
H A DExprConstant.cpp106 return E.getAsBaseOrMember().getInt(); in isVirtualBaseClass()
741 return (int)Value.getInt() >= (int)K; in isDestroyedAtEndOf()
1819 return DeclAndIsDerivedMember.getInt(); in isDerivedMember()
2729 Result = Val.getInt().getBoolValue(); in HandleConversionToBool()
2903 APSInt &Int = Value.getInt(); in truncateBitfieldValue()
3127 return handleLogicalOpForVector(LHSValue.getInt(), Opcode, in handleLogicalOpForVector()
3128 RHSValue.getInt(), Result); in handleLogicalOpForVector()
3174 return handleCompareOpForVectorHelper(LHSValue.getInt(), Opcode, in handleCompareOpForVector()
3175 RHSValue.getInt(), Result); in handleCompareOpForVector()
3222 Success = handleIntIntBinOp(Info, E, LHSElt.getInt(), Opcode, in handleVectorVectorBinOp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp44 OS << "[" << *C.getPointer() << ", " << (C.getInt() ? "true" : "false") in operator <<()
197 if (C1.getInt() == C2.getInt()) { in isEquivalent()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h106 return (KnownNonNull_t)PointerAndKnownNonNull.getInt(); in isKnownNonNull()
235 return (KnownNonNull_t)Pointer.getInt(); in isKnownNonNull()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp246 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedLoad()
405 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedStore()
532 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedGather()
663 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedScatter()
779 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedExpandLoad()
899 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedCompressStore()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp400 if (!Patch.RefCU.getInt()) { in applyPatches()
414 assert(Patch.RefCU.getInt()); in applyPatches()
463 if (Patch.SectionPtr.getInt()) in applyPatches()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSPIRV.cpp62 !Eval.Val.isInt() || Eval.Val.getInt().getBitWidth() > 32) { in processConstant32BitIntArgument()
69 return {Eval.Val.getInt().getZExtValue()}; in processConstant32BitIntArgument()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSanitizerBinaryMetadata.cpp107 {IRB.getInt(NewFeatures), IRB.getInt32(Size)}}})); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h85 bool isComdat() const { return Group.getInt(); } in isComdat()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h217 bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; } in haveGVs()
220 return RefAndFlags.getInt() & ReadOnly; in isReadOnly()
224 return RefAndFlags.getInt() & WriteOnly; in isWriteOnly()
228 return RefAndFlags.getInt() & (ReadOnly | WriteOnly); in getAccessSpecifier()
232 return (RefAndFlags.getInt() & BadAccessMask) != BadAccessMask; in isValidAccessSpecifier()
238 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly); in setReadOnly()
242 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly); in setWriteOnly()

1234567