Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp765 unsigned LogSrcWidth = Log2_32(SrcWidthBits); in LegalizeLoadOps() local
766 assert(LogSrcWidth < 32); in LegalizeLoadOps()
767 unsigned RoundWidth = 1 << LogSrcWidth; in LegalizeLoadOps()