Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3731 unsigned MULHOpcode = in ExpandNode() local
3734 if (TLI.isOperationLegalOrCustom(MULHOpcode, VT)) { in ExpandNode()
3736 Results.push_back(DAG.getNode(MULHOpcode, dl, VT, LHS, RHS)); in ExpandNode()