Searched refs:LogSrcWidth (Results 1 – 1 of 1) sorted by relevance
765 unsigned LogSrcWidth = Log2_32(SrcWidthBits); in LegalizeLoadOps() local766 assert(LogSrcWidth < 32); in LegalizeLoadOps()767 unsigned RoundWidth = 1 << LogSrcWidth; in LegalizeLoadOps()