Searched refs:areContiguous (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | Bitfields.h | 280 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 D | MergeICmps.cpp | 422 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 D | Instructions.h | 64 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 D | InstrTypes.h | 1192 Bitfield::areContiguous<CallInstReservedField, CallingConvField>(),
|