Searched defs:ShCt (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 13395 unsigned ShCt = VT.getSizeInBits() - 1; foldExtendedSignBitTest() local |
H A D | TargetLowering.cpp | 5108 unsigned ShCt = AndRHS->getAPIntValue().logBase2(); SimplifySetCC() local |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 3379 unsigned ShCt = AndMask.getBitWidth() - 1; shouldFoldSelectWithSingleBitTest() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 24254 unsigned ShCt = VT.getSizeInBits() - 1; LowerSELECT() local |