Lines Matching defs:Transform
2469 // Transform (icmp pred iM (shl iM %v, N), C)
2471 // Transform the shl to a trunc if (trunc (C>>N)) has no loss and M-N.
4334 bool Transform = false;
4336 Transform = true;
4340 Transform = true;
4346 Transform = replacedSelectWithOperand(SI, &I, Op1 ? 2 : 1);
4348 if (Transform) {
5547 // Transform A & (L - 1) `ult` L --> L != 0
5923 // Transform "icmp eq (trunc (lshr(X, cst1)), cst" to
7059 // Transform pattern like:
7573 // Transform (X & ~Y) == 0 --> (X & Y) != 0