Searched defs:highBitSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp502 bool highBitSet = false; // Transform if high bit of constant set? local
511 highBitSet = false;
514 highBitSet = true;
520 // The highBitSet boolean indicates the value of the high bit of
525 isValid = Op0C->getValue()[TypeBits-1] == highBitSet;

Completed in 59 milliseconds