Home
last modified time | relevance | path

Searched refs:NumLowBitsAvailable (Results 1 – 25 of 30) sorted by relevance

12

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h60 static constexpr int NumLowBitsAvailable =
75 static constexpr int NumLowBitsAvailable = 2;
88 static constexpr int NumLowBitsAvailable = NonConst::NumLowBitsAvailable;
101 static constexpr int NumLowBitsAvailable = NonConst::NumLowBitsAvailable;
113 static constexpr int NumLowBitsAvailable = 0;
126 static constexpr int NumLowBitsAvailable =
130 ~((uintptr_t)-1 << NumLowBitsAvailable)) == 0 &&
/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h38 static constexpr int NumLowBitsAvailable = 2;
82 static constexpr int NumLowBitsAvailable =
83 llvm::PointerLikeTypeTraits<PairTy>::NumLowBitsAvailable;
101 static constexpr int NumLowBitsAvailable = T::NumLowBitsAvailable;
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h169 static_assert(PtrTraits::NumLowBitsAvailable <
172 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
177 ~(uintptr_t)(((intptr_t)1 << PtrTraits::NumLowBitsAvailable) - 1),
181 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable - IntBits,
224 Val <<= PointerLikeTypeTraits<Ty>::NumLowBitsAvailable;
230 Val <<= PointerLikeTypeTraits<PointerTy>::NumLowBitsAvailable;
262 static constexpr int NumLowBitsAvailable =
263 PtrTraits::NumLowBitsAvailable - IntBits;
H A DPointerUnion.h38 return std::min<int>({PointerLikeTypeTraits<Ts>::NumLowBitsAvailable...}); in lowBitsAvailable()
52 static constexpr int NumLowBitsAvailable = lowBitsAvailable<PTs...>(); variable
276 static constexpr int NumLowBitsAvailable = PointerLikeTypeTraits<decltype(
277 PointerUnion<PTs...>::Val)>::NumLowBitsAvailable;
H A DPointerEmbeddedInt.h97 static constexpr int NumLowBitsAvailable = T::Shift;
H A DPointerSumType.h237 enum { NumTagBits = Min<MemberTs::TraitsT::NumLowBitsAvailable...>::value };
H A DStringMap.h94 << PointerLikeTypeTraits<StringMapEntryBase *>::NumLowBitsAvailable;
/src/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h77 << NumLowBitsAvailable); in getOpaqueValue()
81 V.Index = reinterpret_cast<uintptr_t>(Value) >> NumLowBitsAvailable; in getFromOpaqueValue()
86 return (std::numeric_limits<unsigned>::max() >> NumLowBitsAvailable) - 1; in getMaxIndex()
89 static constexpr int NumLowBitsAvailable = 3; variable
103 static constexpr int NumLowBitsAvailable = 3;
113 static constexpr int NumLowBitsAvailable =
114 clang::DynamicAllocLValue::NumLowBitsAvailable;
H A DRedeclarable.h423 static constexpr int NumLowBitsAvailable =
424 PointerLikeTypeTraits<decl_type *>::NumLowBitsAvailable;
H A DDeclGroup.h150 static constexpr int NumLowBitsAvailable = 0;
H A DExternalASTSource.h506 static constexpr int NumLowBitsAvailable =
507 PointerLikeTypeTraits<T>::NumLowBitsAvailable - 1;
H A DTemplateName.h605 static constexpr int NumLowBitsAvailable = 0;
H A DTemplateBase.h46 static constexpr int NumLowBitsAvailable = 2;
H A DCanonicalType.h388 static constexpr int NumLowBitsAvailable = 0;
H A DDeclarationName.h930 static constexpr int NumLowBitsAvailable = 0;
H A DDeclBase.h1309 static constexpr int NumLowBitsAvailable = 3;
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.h186 static constexpr int NumLowBitsAvailable = 3; member
188 alignof(CompileUnit) >= (1 << NumLowBitsAvailable),
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h113 << PointerLikeTypeTraits<PoolEntryPtr>::NumLowBitsAvailable;
117 << PointerLikeTypeTraits<PoolEntryPtr>::NumLowBitsAvailable;
121 << PointerLikeTypeTraits<PoolEntryPtr>::NumLowBitsAvailable;
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h204 static constexpr int NumLowBitsAvailable = PointerLikeTypeTraits<
205 const clang::DirectoryEntryRef::MapEntry *>::NumLowBitsAvailable;
H A DIdentifierTable.h1200 static constexpr int NumLowBitsAvailable = 0;
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h442 Val <<= PointerLikeTypeTraits<void *>::NumLowBitsAvailable;
448 Val <<= PointerLikeTypeTraits<void *>::NumLowBitsAvailable;
1007 Val <<= PointerLikeTypeTraits<void*>::NumLowBitsAvailable;
1013 Val <<= PointerLikeTypeTraits<void*>::NumLowBitsAvailable;
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h53 static constexpr int NumLowBitsAvailable = 1;
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp81 static constexpr int NumLowBitsAvailable = 3; member
82 static_assert(alignof(AlignedMap) >= (1 << NumLowBitsAvailable),
97 AlignedMapPointerTraits::NumLowBitsAvailable) == 0,
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h119 static constexpr int NumLowBitsAvailable = 0;
/src/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp38 1 << llvm::PointerLikeTypeTraits<TypeInfoLValue>::NumLowBitsAvailable <=

12