HomeSort by relevance Sort by last modified time
    Searched refs:Lower (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Support/
ConstantRange.cpp 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
34 Lower = Upper = APInt::getMaxValue(BitWidth);
36 Lower = Upper = APInt::getMinValue(BitWidth);
41 ConstantRange::ConstantRange(const APInt &V) : Lower(V), Upper(V + 1) {}
44 Lower(L), Upper(U) {
48 "Lower == Upper, but they aren't min or max value!");
119 return Lower == Upper && Lower.isMaxValue();
125 return Lower == Upper && Lower.isMinValue()
    [all...]
  /external/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);
69 /// getLower - Return the lower value for this range...
71 const APInt &getLower() const { return Lower; }
79 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
112 if (Upper == Lower + 1
    [all...]
  /external/icu4c/data/brkitr/
sent.txt 22 $Lower = [\p{Sentence_Break = Lower}];
37 $LowerEx = $Lower ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
71 $ATermEx $CloseEx* $SpEx* $NotLettersEx* $Lower;
sent_el.txt 22 $Lower = [\p{Sentence_Break = Lower}];
37 $LowerEx = $Lower ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
71 $ATermEx $CloseEx* $SpEx* $NotLettersEx* $Lower;
  /external/llvm/lib/Target/X86/
X86MCInstLower.h 1 //===-- X86MCInstLower.h - Lower MachineInstr to MCInst ---------*- C++ -*-===//
29 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
41 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
X86MCInstLower.cpp 10 // This file contains code to lower X86 MachineInstrs to their corresponding
42 /// GetSymbolFromOperand - Lower an MO_GlobalAddress or MO_ExternalSymbol
303 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
413 // TAILJMPd, TAILJMPd64 - Lower to the correct jump instructions.
634 // Lower these as normal, but add some comments.
643 // Lower these as normal, but add some comments.
679 // Lower the MO_GOT_ABSOLUTE_ADDRESS form of ADD32ri.
693 // Now that we have emitted the label, lower the complex operand expression.
715 MCInstLowering.Lower(MI, TmpInst);
X86ISelLowering.cpp 10 // This file defines the interfaces that X86 uses to lower LLVM code into a
586 // Lower this to FGETSIGNx86 plus an AND.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 108 const llvm::APSInt &Lower,
122 if (i->To() < Lower) {
129 if (i->Includes(Lower)) {
131 newRanges = F.add(newRanges, Range(BV.getValue(Lower),
135 newRanges = F.add(newRanges, Range(BV.getValue(Lower), i->To()));
148 // the closed range [Lower, Upper]. Unlike the Range type, this range uses
150 // overflow. Thus, if the Lower bound is greater than the Upper bound, the
152 // intersection with the two ranges [Min, Upper] and [Lower, Max],
153 // or, alternatively, /removing/ all integers between Upper and Lower.
155 const llvm::APSInt &Lower,
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.h 1 //===-- MBlazeMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*-===//
26 /// MBlazeMCInstLower - This class is used to lower an MachineInstr
36 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
MBlazeMCInstLower.cpp 10 // This file contains code to lower MBlaze MachineInstrs to their corresponding
115 void MBlazeMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
MBlazeAsmPrinter.cpp 193 MCInstLowering.Lower(MI, TmpInst);
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 1 //===-- MSP430MCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*-===//
26 /// MSP430MCInstLower - This class is used to lower an MachineInstr
36 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
MSP430AsmPrinter.cpp 160 MCInstLowering.Lower(MI, TmpInst);
MSP430MCInstLower.cpp 10 // This file contains code to lower MSP430 MachineInstrs to their corresponding
109 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 1 //===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------*- C++ -*--===//
25 /// MipsMCInstLower - This class is used to lower an MachineInstr into an
35 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
MipsAsmPrinter.cpp 49 MCInstLowering.Lower(MI, TmpInst);
150 MCInstLowering.Lower(MI, TmpInst0);
269 StringRef(MipsInstPrinter::getRegisterName(stackReg)).lower() +
271 StringRef(MipsInstPrinter::getRegisterName(returnReg)).lower());
437 << StringRef(MipsInstPrinter::getRegisterName(MO.getReg())).lower();
MipsMCInstLower.cpp 10 // This file contains code to lower Mips MachineInstrs to their corresponding
120 // Lower ".cpload $reg" to
143 // Lower ".cprestore offset" to "sw $gp, offset($sp)".
196 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/v8/test/mjsunit/
string-externalize.js 70 // Lower-casing an ascii string should produce ascii.
cyrillic.js 68 var lc = (i == 0); // Lower case.
122 // A range that covers the lower case greek letters and the upper case cyrillic
134 // Sigma is special because there are two lower case versions of the same upper
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp 202 ConstantInt *Lower = cast<ConstantInt>(Ranges.getOperand(2*i + 0));
204 ConstantRange Range(Lower->getValue(), Upper->getValue());
    [all...]
  /external/v8/src/
array.js 815 var low_end = from + 1; // Upper bound of elements lower than pivot.
816 var high_start = to - 1; // Lower bound of elements greater than pivot.
    [all...]

Completed in 298 milliseconds