Lines Matching defs:CMax
6187 const APInt &CMax =6191 return !C0->isOpaque() && !C1->isOpaque() && (CMax - CMin).isPowerOf2();6194 // and/or (setcc X, CMax, ne), (setcc X, CMin, ne/eq) -->6195 // setcc ((sub X, CMin), ~(CMax - CMin)), 0, ne/eq