Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49576 auto isSetCCCandidate = [](SDValue N) { in combineOrCmpEqZeroToCtlzSrl() local
49590 while (((isORCandidate(LHS) && isSetCCCandidate(RHS)) || in combineOrCmpEqZeroToCtlzSrl()
49591 (isORCandidate(RHS) && isSetCCCandidate(LHS)))) { in combineOrCmpEqZeroToCtlzSrl()
49599 if (!(isSetCCCandidate(LHS) && isSetCCCandidate(RHS)) || in combineOrCmpEqZeroToCtlzSrl()