Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp139 SDValue ExpandFNEG(SDNode *Node);
773 Results.push_back(ExpandFNEG(Node)); in Expand()
1490 SDValue VectorLegalizer::ExpandFNEG(SDNode *Node) { in ExpandFNEG() function in VectorLegalizer
DLegalizeDAG.cpp174 SDValue ExpandFNEG(SDNode *Node) const;
1655 SDValue SelectionDAGLegalize::ExpandFNEG(SDNode *Node) const { in ExpandFNEG() function in SelectionDAGLegalize
3189 Results.push_back(ExpandFNEG(Node)); in ExpandNode()