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.cpp24138 SDValue TestSrc = N->getOperand(1); in performTBZCombine() local
24139 SDValue NewTestSrc = getTestBitOperand(TestSrc, Bit, Invert, DAG); in performTBZCombine()
24141 if (TestSrc == NewTestSrc) in performTBZCombine()