Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23655 SDValue TruncHigh; in tryCombineMULLWithUZP1() local
23662 TruncHigh = RHS; in tryCombineMULLWithUZP1()
23669 TruncHigh = LHS; in tryCombineMULLWithUZP1()
23680 SDValue TruncHighOp = TruncHigh.getOperand(0); in tryCombineMULLWithUZP1()
23744 EVT TruncHighVT = TruncHigh.getValueType(); in tryCombineMULLWithUZP1()
23765 DAG.ReplaceAllUsesWith(TruncHigh, NewTruncHigh); in tryCombineMULLWithUZP1()