Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48613 APInt MulCLowBit = MulC & (-MulC); in combineAnd() local
48615 (MulCLowBit + MulC).isPowerOf2()) { in combineAnd()
48618 int32_t MulCLowBitLog = MulCLowBit.exactLogBase2(); in combineAnd()