Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47960 bool ContainsNOT = false; in combineAnd() local
47966 ContainsNOT = true; in combineAnd()
47976 ContainsNOT = true; in combineAnd()
47979 if (!(Subtarget.hasBMI2() && !ContainsNOT && VT.getSizeInBits() >= 32)) in combineAnd()