Lines Matching defs:Swapped
329 bool Swapped = false) -> Value * {
330 assert(!(Commute && Swapped) &&
331 "Commute and Swapped can't set at the same time");
332 if (!Swapped) {
346 if (!Commute && !Swapped)
427 bool Swapped) -> CmpInst * {
431 ICmpInst::isRelational(*P) && Swapped);
529 bool Swapped) -> Instruction * {
568 Value *NewSel = Builder.CreateSelect(SI.getCondition(), Swapped ? C : OOp,
569 Swapped ? OOp : C, "", &SI);
1334 bool Swapped = false;
1337 Swapped = true;
1361 return replaceOperand(Sel, Swapped ? 2 : 1, V);
1367 return replaceOperand(Sel, Swapped ? 2 : 1, V);
3700 Instruction *FAdd, Constant *C, bool Swapped) -> Value * {
3709 Value *NewSelect = Builder.CreateSelect(SI.getCondition(), Swapped ? Z : X,
3710 Swapped ? X : Z, "", &SI);
3741 return TryFoldIntoAddConstant(Pred, X, Z, FAdd, C, /*Swapped=*/false);
3745 return TryFoldIntoAddConstant(Pred, X, Z, FAdd, C, /*Swapped=*/true);