Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp579 findAlignmentLowerBound(const SmallVectorImpl<LayoutAlignElem> &Alignments, in findAlignmentLowerBound() function
674 auto I = findAlignmentLowerBound(IntAlignments, BitWidth); in getIntegerAlignment()
826 auto I = findAlignmentLowerBound(FloatAlignments, BitWidth); in getAlignment()
842 auto I = findAlignmentLowerBound(VectorAlignments, BitWidth); in getAlignment()