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

  /external/llvm/include/llvm/ADT/
APInt.h 373 /// isSignBit - Return true if this is the value returned by getSignBit.
374 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 135 return RHS->getValue().isSignBit();
    [all...]

Completed in 60 milliseconds