Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44817 auto isORCandidate = [](SDValue N) { in combineOrCmpEqZeroToCtlzSrl() local
44825 !isORCandidate(N->getOperand(0))) in combineOrCmpEqZeroToCtlzSrl()
44843 while (((isORCandidate(LHS) && isSetCCCandidate(RHS)) || in combineOrCmpEqZeroToCtlzSrl()
44844 (isORCandidate(RHS) && isSetCCCandidate(LHS)))) { in combineOrCmpEqZeroToCtlzSrl()
44853 !isORCandidate(SDValue(OR, 0))) in combineOrCmpEqZeroToCtlzSrl()