Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25070 SDValue TruncHigh; in tryCombineMULLWithUZP1() local
25077 TruncHigh = RHS; in tryCombineMULLWithUZP1()
25084 TruncHigh = LHS; in tryCombineMULLWithUZP1()
25095 SDValue TruncHighOp = TruncHigh.getOperand(0); in tryCombineMULLWithUZP1()
25160 EVT TruncHighVT = TruncHigh.getValueType(); in tryCombineMULLWithUZP1()
25181 DAG.ReplaceAllUsesWith(TruncHigh, NewTruncHigh); in tryCombineMULLWithUZP1()