Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4593 unsigned ReqdBits = Signed ? C1.getSignificantBits() : C1.getActiveBits(); in SimplifySetCC() local
4598 MinBits >= ReqdBits) { in SimplifySetCC()