Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp146 SDValue ExpandFCOPYSIGN(SDNode *Node);
1033 if (SDValue Expanded = ExpandFCOPYSIGN(Node)) { in Expand()
1971 SDValue VectorLegalizer::ExpandFCOPYSIGN(SDNode *Node) { in ExpandFCOPYSIGN() function in VectorLegalizer
H A DLegalizeDAG.cpp179 SDValue ExpandFCOPYSIGN(SDNode *Node) const;
1697 SDValue SelectionDAGLegalize::ExpandFCOPYSIGN(SDNode *Node) const { in ExpandFCOPYSIGN() function in SelectionDAGLegalize
3720 Results.push_back(ExpandFCOPYSIGN(Node)); in ExpandNode()