Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp138 SDValue ExpandFNEG(SDNode *Node);
761 Results.push_back(ExpandFNEG(Node)); in Expand()
1423 SDValue VectorLegalizer::ExpandFNEG(SDNode *Node) { in ExpandFNEG() function in VectorLegalizer
H A DLegalizeDAG.cpp172 SDValue ExpandFNEG(SDNode *Node) const;
1651 SDValue SelectionDAGLegalize::ExpandFNEG(SDNode *Node) const { in ExpandFNEG() function in SelectionDAGLegalize
3161 Results.push_back(ExpandFNEG(Node)); in ExpandNode()