HomeSort by relevance Sort by last modified time
    Searched defs:isSignBit (Results 1 - 13 of 13) 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 402 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 402 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 402 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 402 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 402 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 402 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 402 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 402 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 985 milliseconds