HomeSort by relevance Sort by last modified time
    Searched defs:Lower (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
48 APInt Lower, Upper;
58 /// Lower==Upper and Lower != Min or Max value for its type. It will also
60 ConstantRange(APInt Lower, APInt Upper);
125 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
132 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
157 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
48 APInt Lower, Upper;
58 /// Lower==Upper and Lower != Min or Max value for its type. It will also
60 ConstantRange(APInt Lower, APInt Upper);
125 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
132 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
157 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
48 APInt Lower, Upper;
58 /// Lower==Upper and Lower != Min or Max value for its type. It will also
60 ConstantRange(APInt Lower, APInt Upper);
125 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
132 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
157 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
46 APInt Lower, Upper;
61 /// Lower==Upper and Lower != Min or Max value for its type. It will also
63 ConstantRange(APIntMoveTy Lower, APIntMoveTy Upper);
124 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
134 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
166 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
45 APInt Lower, Upper;
55 /// Lower==Upper and Lower != Min or Max value for its type. It will also
57 ConstantRange(APInt Lower, APInt Upper);
118 /// Return the lower value for this range.
119 const APInt &getLower() const { return Lower; }
125 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
150 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
45 APInt Lower, Upper;
55 /// Lower==Upper and Lower != Min or Max value for its type. It will also
57 ConstantRange(APInt Lower, APInt Upper);
118 /// Return the lower value for this range.
119 const APInt &getLower() const { return Lower; }
125 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
150 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
48 APInt Lower, Upper;
58 /// Lower==Upper and Lower != Min or Max value for its type. It will also
60 ConstantRange(APInt Lower, APInt Upper);
125 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
132 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
157 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
48 APInt Lower, Upper;
58 /// Lower==Upper and Lower != Min or Max value for its type. It will also
60 ConstantRange(APInt Lower, APInt Upper);
125 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
132 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
157 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
48 APInt Lower, Upper;
58 /// Lower==Upper and Lower != Min or Max value for its type. It will also
60 ConstantRange(APInt Lower, APInt Upper);
125 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
132 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
157 if (Upper == Lower + 1
    [all...]

Completed in 1035 milliseconds

12 3 4 5