Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47336 auto GetNot = [&VT, &DAG](SDValue V) { in combineAndNotIntoANDNP() local
47353 if (SDValue Not = GetNot(N0)) { in combineAndNotIntoANDNP()
47356 } else if (SDValue Not = GetNot(N1)) { in combineAndNotIntoANDNP()