Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1401 unsigned EffectiveStoreAlign = in visitStoreInst() local
1404 if (KnownAlign > EffectiveStoreAlign) in visitStoreInst()
1407 SI.setAlignment(EffectiveStoreAlign); in visitStoreInst()