Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp913 static Align computeAlignmentAfterScalarization(Align VectorAlignment, in computeAlignmentAfterScalarization() argument
917 return commonAlignment(VectorAlignment, in computeAlignmentAfterScalarization()
919 return commonAlignment(VectorAlignment, DL.getTypeStoreSize(ScalarType)); in computeAlignmentAfterScalarization()