Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13395 unsigned ShCt = VT.getSizeInBits() - 1; foldExtendedSignBitTest() local
27410 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1; foldSelectCCToShiftAnd() local
27428 unsigned ShCt = XType.getSizeInBits() - 1; foldSelectCCToShiftAnd() local
27645 unsigned ShCt = AndMask.getBitWidth() - 1; SimplifySelectCC() local
27695 unsigned ShCt = N2C->getAPIntValue().logBase2(); SimplifySelectCC() local
[all...]
H A DTargetLowering.cpp5108 unsigned ShCt = AndRHS->getAPIntValue().logBase2(); SimplifySetCC() local
5119 unsigned ShCt = C1.logBase2(); SimplifySetCC() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3379 unsigned ShCt = AndMask.getBitWidth() - 1; shouldFoldSelectWithSingleBitTest() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24254 unsigned ShCt = VT.getSizeInBits() - 1; LowerSELECT() local
[all...]