Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp788 Align InitialAlign = DL.getValueOrABITypeAlignment(A, ElementTy); in getAlignForIndex() local
790 return InitialAlign; in getAlignForIndex()
796 return commonAlignment(InitialAlign, Idx * StrideInBytes); in getAlignForIndex()
798 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()