Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h154 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() function
155 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()
160 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp559 DataLayout::findAlignmentLowerBound(AlignTypeEnum AlignType, in findAlignmentLowerBound() function in DataLayout
580 AlignmentsTy::iterator I = findAlignmentLowerBound(align_type, bit_width); in setAlignment()
636 auto I = findAlignmentLowerBound(INTEGER_ALIGN, BitWidth); in getIntegerAlignment()
790 auto I = findAlignmentLowerBound(FLOAT_ALIGN, BitWidth); in getAlignment()
807 auto I = findAlignmentLowerBound(VECTOR_ALIGN, BitWidth); in getAlignment()