Home
last modified time | relevance | path

Searched refs:AndBitWidth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1694 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBTST() local
1695 if (BitWidth > AndBitWidth) { in LowerAndToBTST()
1697 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBTST()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23732 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBT() local
23733 if (BitWidth > AndBitWidth) { in LowerAndToBT()
23735 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBT()