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