Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DHardwareLoops.cpp68 CounterBitWidth("hardware-loop-counter-bitwidth", cl::Hidden, cl::init(32), variable
269 if (CounterBitWidth.getNumOccurrences()) in TryConvertLoop()
271 IntegerType::get(M->getContext(), CounterBitWidth); in TryConvertLoop()