Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1691 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBTST() local
1692 if (BitWidth > AndBitWidth) { in LowerAndToBTST()
1694 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBTST()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22809 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBT() local
22810 if (BitWidth > AndBitWidth) { in LowerAndToBT()
22812 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBT()