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