Lines Matching defs:NeedSwap
176 bool NeedSwap = false;
190 case CmpInst::FCMP_OGT: NeedSwap = true; [[fallthrough]];
192 case CmpInst::FCMP_OGE: NeedSwap = true; [[fallthrough]];
196 case CmpInst::FCMP_ULE: NeedSwap = true; [[fallthrough]];
198 case CmpInst::FCMP_ULT: NeedSwap = true; [[fallthrough]];
205 return std::make_pair(CC, NeedSwap);
2062 bool NeedSwap;
2063 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(Predicate);
2068 if (NeedSwap)
2176 bool NeedSwap;
2177 std::tie(CC, NeedSwap) = getX86SSEConditionCode(Predicate);
2181 if (NeedSwap)
2296 bool NeedSwap;
2297 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(CI->getPredicate());
2304 if (NeedSwap)