Home | History | Annotate | Download | only in InstCombine

Lines Matching full:cmax

834   // (trunc x) == C1 & (and x, CA) == C2 -> (and x, CA|CMAX) == C1|C2
835 // where CMAX is the all ones value for the truncated type,