Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp958 Align InitialAlign = DL.getValueOrABITypeAlignment(A, ElementTy); in getAlignForIndex() local
960 return InitialAlign; in getAlignForIndex()
966 return commonAlignment(InitialAlign, Idx * StrideInBytes); in getAlignForIndex()
968 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()