Lines Matching defs:NeedSwap
177 bool NeedSwap = false;
191 case CmpInst::FCMP_OGT: NeedSwap = true; [[fallthrough]];
193 case CmpInst::FCMP_OGE: NeedSwap = true; [[fallthrough]];
197 case CmpInst::FCMP_ULE: NeedSwap = true; [[fallthrough]];
199 case CmpInst::FCMP_ULT: NeedSwap = true; [[fallthrough]];
206 return std::make_pair(CC, NeedSwap);
2063 bool NeedSwap;
2064 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(Predicate);
2069 if (NeedSwap)
2177 bool NeedSwap;
2178 std::tie(CC, NeedSwap) = getX86SSEConditionCode(Predicate);
2182 if (NeedSwap)
2297 bool NeedSwap;
2298 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(CI->getPredicate());
2305 if (NeedSwap)