Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:highBitSet

503         bool highBitSet = false; // Transform if high bit of constant set?
512 highBitSet = false;
515 highBitSet = true;
521 // The highBitSet boolean indicates the value of the high bit of
526 isValid = Op0C->getValue()[TypeBits-1] == highBitSet;