Searched refs:LogStWidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp561 unsigned LogStWidth = Log2_32(StWidth); local
562 assert(LogStWidth < 32);
563 unsigned RoundWidth = 1 << LogStWidth;

Completed in 157 milliseconds