Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12294 unsigned ShCt = VT.getSizeInBits() - 1; in foldExtendedSignBitTest() local
25364 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1; in foldSelectCCToShiftAnd() local
25382 unsigned ShCt = XType.getSizeInBits() - 1; in foldSelectCCToShiftAnd() local
25595 unsigned ShCt = AndMask.getBitWidth() - 1; in SimplifySelectCC() local
25652 unsigned ShCt = N2C->getAPIntValue().logBase2(); in SimplifySelectCC() local
H A DTargetLowering.cpp4845 unsigned ShCt = AndRHS->getAPIntValue().logBase2(); in SimplifySetCC() local
4855 unsigned ShCt = C1.logBase2(); in SimplifySetCC() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25676 unsigned ShCt = VT.getSizeInBits() - 1; in LowerSELECT() local