HomeSort by relevance Sort by last modified time
    Searched refs:Lower (Results 1 - 24 of 24) 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/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 109 const llvm::APSInt &Lower,
123 if (i->To() < Lower) {
130 if (i->Includes(Lower)) {
132 newRanges = F.add(newRanges, Range(BV.getValue(Lower),
136 newRanges = F.add(newRanges, Range(BV.getValue(Lower), i->To()));
152 bool pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const {
154 // both the upper and lower bounds against the symbol's type.
159 APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower);
168 if (Lower < Upper)
172 Lower = Type.getMinValue()
    [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/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;
MipsMCInstLower.cpp 10 // This file contains code to lower Mips MachineInstrs to their corresponding
151 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
MipsAsmPrinter.cpp 67 MCInstLowering.Lower(I++, TmpInst0);
204 StringRef(MipsInstPrinter::getRegisterName(stackReg)).lower() +
206 StringRef(MipsInstPrinter::getRegisterName(returnReg)).lower());
327 O << "0x" << StringRef(utohexstr(MO.getImm())).lower();
332 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower();
450 << StringRef(MipsInstPrinter::getRegisterName(MO.getReg())).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
307 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
411 // TAILJMPd, TAILJMPd64 - Lower to the correct jump instructions.
659 // Lower these as normal, but add some comments.
668 // Lower these as normal, but add some comments.
706 // Lower the MO_GOT_ABSOLUTE_ADDRESS form of ADD32ri.
720 // Now that we have emitted the label, lower the complex operand expression.
742 MCInstLowering.Lower(MI, TmpInst);
X86ISelLowering.cpp 10 // This file defines the interfaces that X86 uses to lower LLVM code into a
128 /// BUILD_VECTORS returns a larger BUILD_VECTOR while we're trying to lower
591 // Lower this to FGETSIGNx86 plus an AND.
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.h 1 //===-- MBlazeMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*-===//
25 /// MBlazeMCInstLower - This class is used to lower an MachineInstr
34 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++ -*-===//
25 /// MSP430MCInstLower - This class is used to lower an MachineInstr
34 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/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...]
  /dalvik/vm/
Dvm.mk 301 compiler/codegen/x86/Lower.cpp \
  /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 2433 milliseconds