Home
last modified time | relevance | path

Searched refs:areContiguous (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DBitfields.h280 template <typename A> static constexpr bool areContiguous() { return true; }
282 static constexpr bool areContiguous() {
283 return A::NextBit == B::FirstBit && areContiguous<B, Others...>();
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp422 static bool areContiguous(const BCECmpBlock &First, const BCECmpBlock &Second) { in areContiguous() function
451 if (!LastMergedBlock || !areContiguous(LastMergedBlock->back(), Block)) { in mergeBlocks()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h64 static_assert(Bitfield::areContiguous<AlignmentField, UsedWithInAllocaField,
182 Bitfield::areContiguous<VolatileField, AlignmentField, OrderingField>(),
306 Bitfield::areContiguous<VolatileField, AlignmentField, OrderingField>(),
552 Bitfield::areContiguous<VolatileField, WeakField, SuccessOrderingField,
808 static_assert(Bitfield::areContiguous<VolatileField, AtomicOrderingField,
1670 Bitfield::areContiguous<TailCallKindField, CallBase::CallingConvField>(),
H A DInstrTypes.h1192 Bitfield::areContiguous<CallInstReservedField, CallingConvField>(),