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.cpp26495 SDValue TruncHigh; in tryCombineMULLWithUZP1() local
26502 TruncHigh = RHS; in tryCombineMULLWithUZP1()
26509 TruncHigh = LHS; in tryCombineMULLWithUZP1()
26520 SDValue TruncHighOp = TruncHigh.getOperand(0); in tryCombineMULLWithUZP1()
26585 EVT TruncHighVT = TruncHigh.getValueType(); in tryCombineMULLWithUZP1()
26606 DAG.ReplaceAllUsesWith(TruncHigh, NewTruncHigh); in tryCombineMULLWithUZP1()