Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12404 unsigned ABDOpc = IsSigned ? ISD::ABDS : ISD::ABDU; in visitVSELECT() local
12405 if (hasOperation(ABDOpc, VT)) { in visitVSELECT()
12412 return DAG.getNode(ABDOpc, DL, VT, LHS, RHS); in visitVSELECT()
12419 return DAG.getNode(ABDOpc, DL, VT, LHS, RHS); in visitVSELECT()