Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp10247 isOrXorChain(SDValue N, unsigned &Num, in isOrXorChain() function
10267 if (isOrXorChain(N->getOperand(0), Num, WorkList) && in isOrXorChain()
10268 isOrXorChain(N->getOperand(1), Num, WorkList)) in isOrXorChain()
10291 isOrXorChain(LHS, NumXors, WorkList)) { in performOrXorChainCombine()