Lines Matching defs:Swapped
328 bool Swapped = false) -> Value * {
329 assert(!(Commute && Swapped) &&
330 "Commute and Swapped can't set at the same time");
331 if (!Swapped) {
345 if (!Commute && !Swapped)
431 bool Swapped = TPred != FPred;
433 getCommonOp(TI, FI, ICmpInst::isEquality(TPred), Swapped)) {
516 bool Swapped) -> Instruction * {
558 Value *NewSel = Builder.CreateSelect(SI.getCondition(), Swapped ? C : OOp,
559 Swapped ? OOp : C, "", &SI);
1293 bool Swapped = false;
1296 Swapped = true;
1318 return replaceOperand(Sel, Swapped ? 2 : 1, V);
1324 return replaceOperand(Sel, Swapped ? 2 : 1, V);