Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1023 unsigned EffectiveStoreAlign = in visitStoreInst() local
1026 if (KnownAlign > EffectiveStoreAlign) in visitStoreInst()
1029 SI.setAlignment(EffectiveStoreAlign); in visitStoreInst()