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

  /external/llvm/include/llvm/ADT/
APInt.h 396 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 400 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 135 return RHS->getValue().isSignBit();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 119 static bool isBranchOnSignBitCheck(ICmpInst &I, bool isSignBit) {
122 return isSignBit;
148 return RHS->getValue().isSignBit();
    [all...]

Completed in 119 milliseconds