Searched refs:Low (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DIntegersSubset.h182 IntType Low; member in class:llvm::IntRange
193 Low(RHS.Low), High(RHS.High),
196 Low(C), High(C), IsEmpty(false), IsSingleNumber(true) {}
198 IntRange(const IntType &L, const IntType &H) : Low(L), High(H),
199 IsEmpty(false), IsSingleNumber(Low == High) {}
206 return Low;
216 if (Low == RHS.Low) {
221 if (Low < RH
414 const APInt &Low = getItem(i).getLow(); local
429 const APInt &Low = getItem(i).getLow(); local
[all...]
H A DIntegersSubsetMapping.h318 const IntTy *Low = &OldItems.begin()->first.getLow(); local
330 RangeEx R(*Low, *High, Weight);
332 Low = &j->first.getLow();
338 RangeEx R(*Low, *High, Weight);
351 void add(const IntTy &Low, const IntTy &High, SuccessorClass *S = 0) { argument
352 RangeTy R(Low, High);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLowerSwitch.cpp50 Constant* Low; member in struct:__anon10457::LowerSwitch::CaseRange
55 Low(low), High(high), BB(bb) { }
108 O << *B->Low << " -" << *B->High;
135 << cast<ConstantInt>(Pivot.Low)->getValue() << " -"
151 Val, Pivot.Low, "Pivot");
174 if (Leaf.Low == Leaf.High) {
177 Leaf.Low, "SwitchLeaf");
180 if (cast<ConstantInt>(Leaf.Low)->isMinValue(true /*isSigned*/)) {
184 } else if (cast<ConstantInt>(Leaf.Low)->isZero()) {
190 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low);
[all...]
/macosx-10.10.1/apr-32/apr/apr/misc/unix/
H A Drandbyte_os2.inc71 ULONG ulTimeLow; /* Low 32 bits of time stamp */
73 ULONG ulIdleLow; /* Low 32 bits of idle time */
75 ULONG ulBusyLow; /* Low 32 bits of busy time */
77 ULONG ulIntrLow; /* Low 32 bits of interrupt time */
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DVariadicFunctionTest.cpp88 void CountInRangeImpl(int *NumInRange, int Low, int High, argument
92 if (Low <= *Args[i] && *Args[i] <= High)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DArgumentPromotion.cpp255 std::set<ArgPromotion::IndicesVector>::iterator Low; local
256 Low = Set.upper_bound(Indices);
257 if (Low != Set.begin())
258 Low--;
259 // Low is now the last element smaller than or equal to Indices. This means
264 return Low != Set.end() && IsPrefix(*Low, Indices);
274 std::set<ArgPromotion::IndicesVector>::iterator Low; local
275 Low = Safe.upper_bound(ToMark);
277 if (Low !
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dmul.pl11 $Low="eax";
H A Dmul_add.pl11 $Low="eax";
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DMetadata.cpp460 static bool tryMergeRange(SmallVector<Value*, 4> &EndPoints, ConstantInt *Low, argument
462 ConstantRange NewRange(Low->getValue(), High->getValue());
477 static void addRange(SmallVector<Value*, 4> &EndPoints, ConstantInt *Low, argument
480 if (tryMergeRange(EndPoints, Low, High))
483 EndPoints.push_back(Low);
H A DVerifier.cpp1404 ConstantInt *Low = dyn_cast<ConstantInt>(Range->getOperand(2*i)); local
1405 Assert1(Low, "The lower limit must be an integer!", Low);
1408 Assert1(High->getType() == Low->getType() &&
1413 APInt LowV = Low->getValue();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h132 const Constant *Low; member in struct:llvm::SelectionDAGBuilder::Case
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { }
139 uint32_t extraweight) : Low(low), High(high), BB(bb),
144 const APInt &rLow = cast<ConstantInt>(Low)->getValue();
H A DSelectionDAGBuilder.cpp1609 const APInt& Low = cast<ConstantInt>(CB.CmpLHS)->getValue(); local
1620 VT, CmpOp, DAG.getConstant(Low, VT));
1622 DAG.getConstant(High-Low, VT), ISD::SETULE);
1967 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
1968 const APInt& SmallValue = cast<ConstantInt>(Small.Low)->getValue();
1969 const APInt& BigValue = cast<ConstantInt>(Big.Low)->getValue();
2059 if (I->High == I->Low) {
2065 LHS = I->Low; MHS = SV; RHS = I->High;
2111 const APInt &First = cast<ConstantInt>(FrontCase.Low)
2161 const APInt &Low = cast<ConstantInt>(I->Low)->getValue(); local
2867 isSequentialInRange(const SmallVectorImpl<int> &Mask, unsigned Pos, unsigned Size, int Low) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dbiglist.tcl226 set threats {Severe High Elevated Guarded Low}
356 ttk::combobox $w.mb2 -values {Severe High Elevated Guarded Low} \
362 foreach label {Severe High Elevated Guarded Low} {
396 foreach label {Severe High Elevated Guarded Low} {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dncf.vim110 syn match ncfSetCommandsNum "\(Volume Low Warning Reset Threshold\)\s*="
111 syn match ncfSetCommandsNum "\(Volume Low Warning Threshold\)\s*="
176 syn match ncfSetCommandsBool "\(Upgrade Low Priority Threads\)\s*="
177 syn match ncfSetCommandsBool "\(Volume Low Warn All Users\)\s*="
H A Dpascal.vim215 syn keyword pascalFunction Dec Inc High Low
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dbn-586.pl30 $Low="eax";
190 $Low="eax";
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelLowering.cpp444 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain, local
450 SDValue LowShifted = DAG.getNode(ISD::SRL, DL, MVT::i32, Low, LowShift);
453 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
460 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain, local
472 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, Low, HighShifted);
473 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
522 SDValue Low = Value; local
525 SDValue StoreLow = DAG.getTruncStore(Chain, dl, Low, BasePtr,
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_cparam_config_critcl.tcl172 * (Low-level engine only actually).
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.history138 05/10 Germany invades Low Countries, 1940
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp779 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); local
780 if ((Low & AndCst->getValue()) == 0 && (Low & BigCst->getValue()) == 0) {
781 Value *NewAnd = Builder->CreateAnd(V, Low | AndCst->getValue());
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp680 GenericValue Low = getOperandValue(const_cast<ConstantInt*>(LowCI), SF);
682 if (executeICMP_ULE(Low, CondVal, ElTy).IntVal != 0 &&
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2296 APInt Low; local
2300 Low = ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
2312 CaseBuilder.add(IntItem::fromType(OpTy, Low),
2316 CaseBuilder.add(IntItem::fromType(OpTy, Low));
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam-critcl/
H A D0_basic_arithmetic2129 * (Low-level engine only actually).
H A D10_notahead1818 * (Low-level engine only actually).
H A D1_functions1843 * (Low-level engine only actually).

Completed in 197 milliseconds

12