Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExpandBSWAP

134   SDValue ExpandBSWAP(SDValue Op, SDLoc dl);
2678 /// ExpandBSWAP - Open code the operations for BSWAP of the specified operation.
2680 SDValue SelectionDAGLegalize::ExpandBSWAP(SDValue Op, SDLoc dl) {
2969 Results.push_back(ExpandBSWAP(Node->getOperand(0), dl));