Home
last modified time | relevance | path

Searched refs:findAlignmentLowerBound (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h153 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() function
154 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()
159 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp556 DataLayout::findAlignmentLowerBound(AlignTypeEnum AlignType, in findAlignmentLowerBound() function in DataLayout
577 AlignmentsTy::iterator I = findAlignmentLowerBound(align_type, bit_width); in setAlignment()
633 auto I = findAlignmentLowerBound(INTEGER_ALIGN, BitWidth); in getIntegerAlignment()
787 auto I = findAlignmentLowerBound(FLOAT_ALIGN, BitWidth); in getAlignment()
804 auto I = findAlignmentLowerBound(VECTOR_ALIGN, BitWidth); in getAlignment()