Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49258 bool ContainsNOT = false; in combineAnd() local
49264 ContainsNOT = true; in combineAnd()
49274 ContainsNOT = true; in combineAnd()
49277 if (!(Subtarget.hasBMI2() && !ContainsNOT && VT.getSizeInBits() >= 32)) in combineAnd()