Home
last modified time | relevance | path

Searched refs:LogSrcWidth (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp774 unsigned LogSrcWidth = Log2_32(SrcWidthBits); in LegalizeLoadOps() local
775 assert(LogSrcWidth < 32); in LegalizeLoadOps()
776 unsigned RoundWidth = 1 << LogSrcWidth; in LegalizeLoadOps()