Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13427 unsigned ShCt = VT.getSizeInBits() - 1; in foldExtendedSignBitTest() local
27469 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1; in foldSelectCCToShiftAnd() local
27487 unsigned ShCt = XType.getSizeInBits() - 1; in foldSelectCCToShiftAnd() local
27704 unsigned ShCt = AndMask.getBitWidth() - 1; in SimplifySelectCC() local
27754 unsigned ShCt = N2C->getAPIntValue().logBase2(); in SimplifySelectCC() local
H A DTargetLowering.cpp5118 unsigned ShCt = AndRHS->getAPIntValue().logBase2(); in SimplifySetCC() local
5129 unsigned ShCt = C1.logBase2(); in SimplifySetCC() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3380 unsigned ShCt = AndMask.getBitWidth() - 1; in shouldFoldSelectWithSingleBitTest() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24230 unsigned ShCt = VT.getSizeInBits() - 1; in LowerSELECT() local