Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45637 bool FoundAndLSB = false; in combineCarryThroughADD() local
45643 FoundAndLSB |= Carry.getOpcode() == ISD::AND; in combineCarryThroughADD()
45676 } else if (FoundAndLSB) { in combineCarryThroughADD()