HomeSort by relevance Sort by last modified time
    Searched refs:highBitSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 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;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineShifts.cpp 486 bool highBitSet = false; // Transform if high bit of constant set?
495 highBitSet = false;
498 highBitSet = true;
504 // The highBitSet boolean indicates the value of the high bit of
509 isValid = Op0C->getValue()[TypeBits-1] == highBitSet;

Completed in 2580 milliseconds