Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25525 SDValue TestSrc = N->getOperand(1); in performTBZCombine() local
25526 SDValue NewTestSrc = getTestBitOperand(TestSrc, Bit, Invert, DAG); in performTBZCombine()
25528 if (TestSrc == NewTestSrc) in performTBZCombine()