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