Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10761 unsigned ShCt = VT.getSizeInBits() - 1; in foldExtendedSignBitTest() local
22153 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1; in foldSelectCCToShiftAnd() local
22171 unsigned ShCt = XType.getSizeInBits() - 1; in foldSelectCCToShiftAnd() local
22332 unsigned ShCt = AndMask.getBitWidth() - 1; in SimplifySelectCC() local
22389 unsigned ShCt = N2C->getAPIntValue().logBase2(); in SimplifySelectCC() local
H A DTargetLowering.cpp4089 unsigned ShCt = AndRHS->getAPIntValue().logBase2(); in SimplifySetCC() local
4099 unsigned ShCt = C1.logBase2(); in SimplifySetCC() local