Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1177 unsigned valueWidth = valueToShift.getBitWidth(); in getShiftAmount() local
1178 if (orgShiftAmount < (uint64_t)valueWidth) in getShiftAmount()
1182 return (NextPowerOf2(valueWidth-1) - 1) & orgShiftAmount; in getShiftAmount()