Searched defs:ShCt (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3693 unsigned ShCt = AndRHS->getAPIntValue().logBase2(); local
3703 unsigned ShCt = C1.logBase2(); local
H A DDAGCombiner.cpp9596 unsigned ShCt = VT.getSizeInBits() - 1; local
20268 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1; local
20286 unsigned ShCt = XType.getSizeInBits() - 1; local
20407 unsigned ShCt local
20464 unsigned ShCt = N2C->getAPIntValue().logBase2(); local
[all...]

Completed in 216 milliseconds