Lines Matching defs:Swap
6830 bool Swap = false;
6894 case ISD::SETLT: Swap = true; [[fallthrough]];
6898 case ISD::SETLE: Swap = true; [[fallthrough]];
6901 case ISD::SETUGE: Swap = true; [[fallthrough]];
6903 case ISD::SETUGT: Swap = true; [[fallthrough]];
6941 case ISD::SETLT: Swap = true; [[fallthrough]];
6943 case ISD::SETLE: Swap = true; [[fallthrough]];
6945 case ISD::SETULT: Swap = true; [[fallthrough]];
6947 case ISD::SETULE: Swap = true; [[fallthrough]];
6974 if (Swap)
18175 // We're performing an "equal to zero" compare. Swap the operands so we
19971 // Swap base ptr and offset to catch more post-index load / store when