Searched refs:Upper (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DConstantRange.cpp34 Lower = Upper = APInt::getMaxValue(BitWidth);
36 Lower = Upper = APInt::getMinValue(BitWidth);
42 : Lower(llvm_move(V)), Upper(Lower + 1) {}
45 : Lower(llvm_move(L)), Upper(llvm_move(U)) {
46 assert(Lower.getBitWidth() == Upper.getBitWidth() &&
48 assert((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) &&
49 "Lower == Upper, but they aren't min or max value!");
120 return Lower == Upper && Lower.isMaxValue();
126 return Lower == Upper && Lower.isMinValue();
133 return Lower.ugt(Upper);
645 APInt Upper = getUnsignedMax().udiv(RHS_umin) + 1; local
727 OS << "[" << Lower << "," << Upper << ")"; local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h25 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Upper; member in struct:llvm::sys::UnicodeCharRange
35 return Range.Upper < Value;
70 DEBUG(llvm::dbgs() << "Upper bound 0x");
76 if (I->Upper < I->Lower) {
77 DEBUG(llvm::dbgs() << "Upper bound 0x");
80 DEBUG(llvm::dbgs().write_hex(I->Upper) << "\n");
83 Prev = I->Upper;
H A DConstantRange.h43 APInt Lower, Upper; member in class:llvm::ConstantRange
63 /// Lower==Upper and Lower != Min or Max value for its type. It will also
65 ConstantRange(APIntMoveTy Lower, APIntMoveTy Upper);
83 const APInt &getUpper() const { return Upper; }
120 if (Upper == Lower + 1)
156 return Lower == CR.Lower && Upper == CR.Upper;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp107 const llvm::APSInt &Upper,
123 if (i->From() > Upper) {
128 if (i->Includes(Upper)) {
130 BV.getValue(Upper)));
135 if (i->Includes(Upper)) {
136 newRanges = F.add(newRanges, Range(i->From(), BV.getValue(Upper)));
149 bool pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const {
157 APSIntType::RangeTestResultKind UpperTest = Type.testInRange(Upper, true);
165 if (Lower < Upper)
170 Upper
105 IntersectInRange(BasicValueFactory &BV, Factory &F, const llvm::APSInt &Lower, const llvm::APSInt &Upper, PrimRangeSet &newRanges, PrimRangeSet::iterator &i, PrimRangeSet::iterator &e) const argument
426 llvm::APSInt Upper = Lower; local
473 llvm::APSInt Upper = ComparisonVal-Adjustment; local
502 llvm::APSInt Upper = Max-Adjustment; local
532 llvm::APSInt Upper = Max-Adjustment; local
561 llvm::APSInt Upper = ComparisonVal-Adjustment; local
[all...]
/freebsd-10-stable/sys/boot/pc98/boot0.5/
H A Dputssjis.s115 ja sjis_h_2 # Upper > 0x9f
116 subb $0x71, %al # Upper -= 0x71
119 subb $0xb1, %al # Upper -= 0xb1
121 salb %al # Upper *= 2
122 incb %al # Upper += 1
131 incb %al # Upper += 1
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutprint.c88 BOOLEAN Upper);
161 * Upper - Whether or not using upper cased digits
175 BOOLEAN Upper)
183 Digits = Upper ? AcpiGbl_UpperHexDigits : AcpiGbl_LowerHexDigits;
303 BOOLEAN Upper; local
321 Upper = (Type & ACPI_FORMAT_UPPER) ? TRUE : FALSE;
357 Pos = AcpiUtPutNumber (ReversedString, Number, Base, Upper);
388 String, End, Upper ? 'X' : 'x');
171 AcpiUtPutNumber( char *String, UINT64 Number, UINT8 Base, BOOLEAN Upper) argument
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dmodmatch.mk32 @echo Upper=${LIST:M[A-Z]*}
/freebsd-10-stable/share/mklocale/
H A Dhy_AM.ARMSCII-8.src29 # Upper to lower
156 # Upper to upper
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh114 grep -i Upper "$(atf_get_srcdir)/d_input"
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2462 if (Bound[K].Upper[Dependence::DVEntry::ALL])
2463 DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n');
2564 if (Bound[Level].Upper[Dependence::DVEntry::LT])
2565 DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::LT] << '\n');
2573 if (Bound[Level].Upper[Dependence::DVEntry::EQ])
2574 DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::EQ] << '\n');
2582 if (Bound[Level].Upper[Dependence::DVEntry::GT])
2583 DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::GT] << '\n');
2650 Bound[K].Upper[Dependence::DVEntry::ALL] = NULL; // Default value = +infinity.
2655 Bound[K].Upper[Dependenc
[all...]
H A DInstructionSimplify.cpp1984 APInt Upper = APInt(Width, 0); local
1988 Upper = CI2->getValue();
1991 Upper = CI2->getValue().abs();
1992 Lower = (-Upper) + 1;
1995 Upper = CI2->getValue() + 1;
2000 Upper = NegOne.udiv(CI2->getValue()) + 1;
2008 Upper = IntMax.sdiv(Val) + 1;
2014 Upper = NegOne.lshr(CI2->getValue()) + 1;
2021 Upper = IntMax.ashr(CI2->getValue()) + 1;
2028 Upper
[all...]
H A DValueTracking.cpp204 ConstantInt *Upper = cast<ConstantInt>(Ranges.getOperand(2*i + 1)); local
205 ConstantRange Range(Lower->getValue(), Upper->getValue());
208 unsigned LeadingZeros = (Upper->getValue() - 1).countLeadingZeros();
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp957 SDValue Upper = CurDAG->getConstant(UpperVal, VT); local
959 Upper = CurDAG->getNode(Opcode, DL, VT, Op0, Upper);
960 Upper = SDValue(Select(Upper.getNode()), 0);
963 SDValue Or = CurDAG->getNode(Opcode, DL, VT, Upper, Lower);
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstructions.cpp3150 APInt Upper(C);
3154 case ICmpInst::ICMP_EQ: ++Upper; break;
3159 if (Lower == Upper)
3165 if (Lower == Upper)
3169 ++Lower; Upper = APInt::getMinValue(BitWidth); // Min = Next(Max)
3171 if (Lower == Upper)
3175 ++Lower; Upper = APInt::getSignedMinValue(BitWidth); // Min = Next(Max)
3177 if (Lower == Upper)
3181 Lower = APInt::getMinValue(BitWidth); ++Upper;
3183 if (Lower == Upper)
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h363 const SCEV *Upper[8]; member in struct:llvm::DependenceAnalysis::BoundInfo
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp1129 llvm::Value *Upper = Builder.CreateICmpSLE( local
1133 Check = Builder.CreateAnd(Upper, Lower);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp9080 llvm::APInt Upper
9084 IntegerLiteral::Create(S.Context, Upper, SizeType, Loc),
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3580 // Upper quadword shuffled.
3590 // Upper quadword shuffled.
3605 // Upper quadword copied in order.
3615 // Upper quadword copied in order.
6007 SDValue Upper = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[NumElems / 2], local
6011 return Concat128BitVectors(Lower, Upper, VT, NumElems, DAG, dl);

Completed in 443 milliseconds