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

  /external/llvm/include/llvm/ADT/
APInt.h 437 static APInt getSignedMinValue(unsigned numBits) {
445 /// This is just a wrapper function of getSignedMinValue(), and it helps code
448 return getSignedMinValue(BitWidth);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 411 static APInt getSignedMinValue(unsigned numBits) {
417 /// getSignBit - This is just a wrapper function of getSignedMinValue(), and
421 return getSignedMinValue(BitWidth);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 441 static APInt getSignedMinValue(unsigned numBits) {
449 /// This is just a wrapper function of getSignedMinValue(), and it helps code
452 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 473 static APInt getSignedMinValue(unsigned numBits) {
481 /// This is just a wrapper function of getSignedMinValue(), and it helps code
484 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 473 static APInt getSignedMinValue(unsigned numBits) {
481 /// This is just a wrapper function of getSignedMinValue(), and it helps code
484 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 524 static APInt getSignedMinValue(unsigned numBits) {
532 /// This is just a wrapper function of getSignedMinValue(), and it helps code
535 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 524 static APInt getSignedMinValue(unsigned numBits) {
532 /// This is just a wrapper function of getSignedMinValue(), and it helps code
535 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 538 static APInt getSignedMinValue(unsigned numBits) {
546 /// This is just a wrapper function of getSignedMinValue(), and it helps code
549 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 538 static APInt getSignedMinValue(unsigned numBits) {
546 /// This is just a wrapper function of getSignedMinValue(), and it helps code
549 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h 538 static APInt getSignedMinValue(unsigned numBits) {
546 /// This is just a wrapper function of getSignedMinValue(), and it helps code
549 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h 538 static APInt getSignedMinValue(unsigned numBits) {
546 /// This is just a wrapper function of getSignedMinValue(), and it helps code
549 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h 524 static APInt getSignedMinValue(unsigned numBits) {
532 /// This is just a wrapper function of getSignedMinValue(), and it helps code
535 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h 524 static APInt getSignedMinValue(unsigned numBits) {
532 /// This is just a wrapper function of getSignedMinValue(), and it helps code
535 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h 538 static APInt getSignedMinValue(unsigned numBits) {
546 /// This is just a wrapper function of getSignedMinValue(), and it helps code
549 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h 538 static APInt getSignedMinValue(unsigned numBits) {
546 /// This is just a wrapper function of getSignedMinValue(), and it helps code
549 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h 538 static APInt getSignedMinValue(unsigned numBits) {
546 /// This is just a wrapper function of getSignedMinValue(), and it helps code
549 return getSignedMinValue(BitWidth);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h 538 static APInt getSignedMinValue(unsigned numBits) {
546 /// This is just a wrapper function of getSignedMinValue(), and it helps code
549 return getSignedMinValue(BitWidth);
    [all...]

Completed in 1778 milliseconds