Searched refs:StoreAlign (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp582 unsigned StoreAlign = SI.getAlignment(); local
583 unsigned EffectiveStoreAlign = StoreAlign != 0 ? StoreAlign :
588 else if (StoreAlign == 0)

Completed in 62 milliseconds