Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35024 auto isORCandidate = [](SDValue N) { in combineOrCmpEqZeroToCtlzSrl() local
35032 !isORCandidate(N->getOperand(0))) in combineOrCmpEqZeroToCtlzSrl()
35050 while (((isORCandidate(LHS) && isSetCCCandidate(RHS)) || in combineOrCmpEqZeroToCtlzSrl()
35051 (isORCandidate(RHS) && isSetCCCandidate(LHS)))) { in combineOrCmpEqZeroToCtlzSrl()
35060 !isORCandidate(SDValue(OR, 0))) in combineOrCmpEqZeroToCtlzSrl()