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

  /external/llvm/include/llvm/ADT/
APInt.h 369 bool isMinSignedValue() const {
397 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 110 bool Constant::isMinSignedValue() const {
117 return CFP->getValueAPF().bitcastToAPInt().isMinSignedValue();
122 return Splat->isMinSignedValue();
127 return Splat->isMinSignedValue();
    [all...]

Completed in 249 milliseconds