Home
last modified time | relevance | path

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

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