Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp71 CounterBitWidth("hardware-loop-counter-bitwidth", cl::Hidden, cl::init(32), variable
272 if (CounterBitWidth.getNumOccurrences()) in TryConvertLoop()
274 IntegerType::get(M->getContext(), CounterBitWidth); in TryConvertLoop()