Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BSWAP

2289 /// ExpandBSWAP - Open code the operations for BSWAP of the specified operation.
2296 default: llvm_unreachable("Unhandled Expand type in BSWAP!");
2542 case ISD::BSWAP:
3520 case ISD::BSWAP: {
3523 Tmp1 = DAG.getNode(ISD::BSWAP, dl, NVT, Tmp1);