Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1194 static Align computeAlignmentAfterScalarization(Align VectorAlignment, in computeAlignmentAfterScalarization() argument
1198 return commonAlignment(VectorAlignment, in computeAlignmentAfterScalarization()
1200 return commonAlignment(VectorAlignment, DL.getTypeStoreSize(ScalarType)); in computeAlignmentAfterScalarization()