Lines Matching defs:Swap
11777 // Match a signbit check of Cond0 as "Cond0 s<0". Swap select operands if the22571 // Swap nodes.27150 // Swap nodes.28261 bool Swap = N3C && isNullConstant(N2) && N3C->getAPIntValue().isPowerOf2();28263 if ((Fold || Swap) &&28268 if (Swap) {