Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10933 isOrXorChain(SDValue N, unsigned &Num, in isOrXorChain() function
10953 if (isOrXorChain(N->getOperand(0), Num, WorkList) && in isOrXorChain()
10954 isOrXorChain(N->getOperand(1), Num, WorkList)) in isOrXorChain()
10977 isOrXorChain(LHS, NumXors, WorkList)) { in performOrXorChainCombine()