HomeSort by relevance Sort by last modified time
    Searched defs:Upper (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/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
44 APInt Lower, Upper;
59 /// Lower==Upper and Lower != Min or Max value for its type. It will also
61 ConstantRange(APIntMoveTy Lower, APIntMoveTy Upper);
126 /// Return the upper value for this range.
128 const APInt &getUpper() const { return Upper; }
164 if (Upper == Lower + 1)
196 return Lower == CR.Lower && Upper == CR.Upper;
    [all...]
  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
29 uint32_t Upper;
36 return Range.Upper < Value;
80 DEBUG(dbgs() << "Upper bound 0x");
86 if (I->Upper < I->Lower) {
87 DEBUG(dbgs() << "Upper bound 0x");
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
93 Prev = I->Upper;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
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
43 APInt Lower, Upper;
55 /// Lower==Upper and Lower != Min or Max value for its type. It will also
57 ConstantRange(const APInt &Lower, const APInt &Upper);
73 /// getUpper - Return the upper value for this range...
75 const APInt &getUpper() const { return Upper; }
112 if (Upper == Lower + 1)
148 return Lower == CR.Lower && Upper == CR.Upper;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
  /prebuilts/clang/host/darwin-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);
128 /// Return the upper value for this range.
130 const APInt &getUpper() const { return Upper; }
166 if (Upper == Lower + 1)
174 if (Lower == Upper + 1)
175 return &Upper;
    [all...]
  /prebuilts/clang/host/darwin-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].
29 uint32_t Upper;
36 return Range.Upper < Value;
80 DEBUG(dbgs() << "Upper bound 0x");
86 if (I->Upper < I->Lower) {
87 DEBUG(dbgs() << "Upper bound 0x");
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
93 Prev = I->Upper;
  /prebuilts/clang/host/darwin-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);
121 /// Return the upper value for this range.
122 const APInt &getUpper() const { return Upper; }
150 if (Upper == Lower + 1)
158 if (Lower == Upper + 1)
159 return &Upper;
    [all...]
  /prebuilts/clang/host/darwin-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].
29 uint32_t Upper;
36 return Range.Upper < Value;
80 DEBUG(dbgs() << "Upper bound 0x");
86 if (I->Upper < I->Lower) {
87 DEBUG(dbgs() << "Upper bound 0x");
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
93 Prev = I->Upper;
  /prebuilts/clang/host/darwin-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);
121 /// Return the upper value for this range.
122 const APInt &getUpper() const { return Upper; }
150 if (Upper == Lower + 1)
158 if (Lower == Upper + 1)
159 return &Upper;
    [all...]
  /prebuilts/clang/host/darwin-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].
29 uint32_t Upper;
36 return Range.Upper < Value;
80 DEBUG(dbgs() << "Upper bound 0x");
86 if (I->Upper < I->Lower) {
87 DEBUG(dbgs() << "Upper bound 0x");
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
93 Prev = I->Upper;
  /prebuilts/clang/host/darwin-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);
128 /// Return the upper value for this range.
129 const APInt &getUpper() const { return Upper; }
157 if (Upper == Lower + 1)
165 if (Lower == Upper + 1)
166 return &Upper;
    [all...]
  /prebuilts/clang/host/darwin-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].
29 uint32_t Upper;
36 return Range.Upper < Value;
80 DEBUG(dbgs() << "Upper bound 0x");
86 if (I->Upper < I->Lower) {
87 DEBUG(dbgs() << "Upper bound 0x");
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
93 Prev = I->Upper;
  /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);
128 /// Return the upper value for this range.
129 const APInt &getUpper() const { return Upper; }
157 if (Upper == Lower + 1)
165 if (Lower == Upper + 1)
166 return &Upper;
    [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].
29 uint32_t Upper;
36 return Range.Upper < Value;
80 DEBUG(dbgs() << "Upper bound 0x");
86 if (I->Upper < I->Lower) {
87 DEBUG(dbgs() << "Upper bound 0x");
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
93 Prev = I->Upper;
  /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);
128 /// Return the upper value for this range.
129 const APInt &getUpper() const { return Upper; }
157 if (Upper == Lower + 1)
165 if (Lower == Upper + 1)
166 return &Upper;
    [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].
29 uint32_t Upper;
36 return Range.Upper < Value;
80 DEBUG(dbgs() << "Upper bound 0x");
86 if (I->Upper < I->Lower) {
87 DEBUG(dbgs() << "Upper bound 0x");
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
93 Prev = I->Upper;
  /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);
128 /// Return the upper value for this range.
129 const APInt &getUpper() const { return Upper; }
157 if (Upper == Lower + 1)
165 if (Lower == Upper + 1)
166 return &Upper;
    [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].
29 uint32_t Upper;
36 return Range.Upper < Value;
80 DEBUG(dbgs() << "Upper bound 0x");
86 if (I->Upper < I->Lower) {
87 DEBUG(dbgs() << "Upper bound 0x");
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
93 Prev = I->Upper;

Completed in 2247 milliseconds

1 2 3 4