Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3203 unsigned MULHOpcode = in ExpandNode() local
3206 if (TLI.isOperationLegalOrCustom(MULHOpcode, VT)) { in ExpandNode()
3208 Results.push_back(DAG.getNode(MULHOpcode, dl, VT, LHS, RHS)); in ExpandNode()