Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1462 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBTST() local
1463 if (BitWidth > AndBitWidth) { in LowerAndToBTST()
1465 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBTST()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24021 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBT() local
24022 if (BitWidth > AndBitWidth) { in LowerAndToBT()
24024 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBT()