Lines Matching defs:Swap
6783 bool Swap = false;
6847 case ISD::SETLT: Swap = true; [[fallthrough]];
6851 case ISD::SETLE: Swap = true; [[fallthrough]];
6854 case ISD::SETUGE: Swap = true; [[fallthrough]];
6856 case ISD::SETUGT: Swap = true; [[fallthrough]];
6894 case ISD::SETLT: Swap = true; [[fallthrough]];
6896 case ISD::SETLE: Swap = true; [[fallthrough]];
6898 case ISD::SETULT: Swap = true; [[fallthrough]];
6900 case ISD::SETULE: Swap = true; [[fallthrough]];
6927 if (Swap)
18121 // We're performing an "equal to zero" compare. Swap the operands so we
20060 // Swap base ptr and offset to catch more post-index load / store when