Searched refs:High (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DIntegersSubset.h183 IntType High; 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) {}
210 return High;
217 if (High > RHS.High)
229 return Low == RHS.Low && High
415 const APInt &High = getItem(i).getHigh(); local
430 const APInt &High = getItem(i).getHigh(); local
[all...]
H A DIntegersSubsetMapping.h319 const IntTy *High = &OldItems.begin()->first.getHigh(); local
327 if (*CurHigh > *High)
328 High = CurHigh;
330 RangeEx R(*Low, *High, Weight);
333 High = &j->first.getHigh();
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.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Drandbyte_os2.inc72 ULONG ulTimeHigh; /* High 32 bits of time stamp */
74 ULONG ulIdleHigh; /* High 32 bits of idle time */
76 ULONG ulBusyHigh; /* High 32 bits of busy time */
78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Drandbyte_os2.inc72 ULONG ulTimeHigh; /* High 32 bits of time stamp */
74 ULONG ulIdleHigh; /* High 32 bits of idle time */
76 ULONG ulBusyHigh; /* High 32 bits of busy time */
78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLowerSwitch.cpp51 Constant* High; member in struct:__anon10653::LowerSwitch::CaseRange
55 Low(low), High(high), BB(bb) { }
108 O << *B->Low << " -" << *B->High;
136 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
174 if (Leaf.Low == Leaf.High) {
182 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
186 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
194 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High);
209 uint64_t Range = cast<ConstantInt>(Leaf.High)->getSExtValue() -
/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/include/llvm/
H A DInlineAsm.h246 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
259 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
297 unsigned High = Flag >> 16; local
300 if (!High)
302 RC = High - 1;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86RegisterInfo.h145 unsigned getX86SubSuperRegister(unsigned, MVT::SimpleValueType, bool High=false);
H A DX86RegisterInfo.cpp615 bool High) {
619 if (High) {
621 default: return getX86SubSuperRegister(Reg, MVT::i64, High);
744 if (High) {
614 getX86SubSuperRegister(unsigned Reg, MVT::SimpleValueType VT, bool High) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DMetadata.cpp461 ConstantInt *High) {
462 ConstantRange NewRange(Low->getValue(), High->getValue());
469 Type *Ty = High->getType();
478 ConstantInt *High) {
480 if (tryMergeRange(EndPoints, Low, High))
484 EndPoints.push_back(High);
460 tryMergeRange(SmallVector<Value*, 4> &EndPoints, ConstantInt *Low, ConstantInt *High) argument
477 addRange(SmallVector<Value*, 4> &EndPoints, ConstantInt *Low, ConstantInt *High) argument
H A DVerifier.cpp1406 ConstantInt *High = dyn_cast<ConstantInt>(Range->getOperand(2*i + 1)); local
1407 Assert1(High, "The upper limit must be an integer!", High);
1408 Assert1(High->getType() == Low->getType() &&
1409 High->getType() == ElTy, "Range types must match load type!",
1412 APInt HighV = High->getValue();
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h133 const Constant *High; 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),
143 const APInt &rHigh = cast<ConstantInt>(High)->getValue();
H A DSelectionDAGBuilder.cpp1610 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue(); local
1616 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT),
1622 DAG.getConstant(High-Low, VT), ISD::SETULE);
1967 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
2059 if (I->High == I->Low) {
2062 LHS = SV; RHS = I->High; MHS = NULL;
2065 LHS = I->Low; MHS = SV; RHS = I->High;
2112 const APInt &Last = cast<ConstantInt>(BackCase.High)->getValue();
2162 const APInt &High local
[all...]
/macosx-10.9.5/tcl-102/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.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Stash/
H A DXS.pm60 Template::Stash::XS - High-speed variable stash written in C
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Stash/
H A DXS.pm60 Template::Stash::XS - High-speed variable stash written in C
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKeychain.h504 #pragma mark ---- High Level Keychain Manager Calls ----
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A DSecPkcs12.h127 #pragma mark --- High-level API ---
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKeychain.h504 #pragma mark ---- High Level Keychain Manager Calls ----
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKeychain.h504 #pragma mark ---- High Level Keychain Manager Calls ----
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A DSecPkcs12.h127 #pragma mark --- High-level API ---
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp447 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain, local
451 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift);
454 High.getValue(1));
465 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain, local
470 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High,
474 High.getValue(1));
523 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, local
531 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr,
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/
H A Dgenerate-from-cldr1293 gmh|||German, Middle High (ca.1050-1500)|allemand, moyen haut (ca. 1050-1500)
1294 goh|||German, Old High (ca.750-1050)|allemand, vieux haut (ca. 750-1050)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dchill.vim9 " CHILL (CCITT High Level Programming Language) is used for
H A Dvhdl.vim8 " Very High Scale Integrated Circuit

Completed in 382 milliseconds

12