Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25071 SDValue TruncLow; in tryCombineMULLWithUZP1() local
25145 TruncLow = ExtractLowUser->getOperand(1); in tryCombineMULLWithUZP1()
25150 TruncLow = ExtractLowUser->getOperand(0); in tryCombineMULLWithUZP1()
25163 HasFoundMULLow ? TruncLow.getOperand(0) : DAG.getUNDEF(UZP1VT); in tryCombineMULLWithUZP1()
25184 EVT TruncLowVT = TruncLow.getValueType(); in tryCombineMULLWithUZP1()
25187 DAG.ReplaceAllUsesWith(TruncLow, NewTruncLow); in tryCombineMULLWithUZP1()