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

  /external/llvm/lib/Target/R600/
AMDGPUFrameLowering.cpp 81 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI;
83 for (int i = MFI->getObjectIndexBegin(); i < UpperBound; ++i) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 69 ConstantInt *LowerBound, ConstantInt *UpperBound,
136 // LowerBound and UpperBound are used to keep track of the bounds for Val
141 ConstantInt *UpperBound, Value *Val,
151 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
176 // have a value outside of a case range, so set the UpperBound to the highest
197 if (UpperBound) {
198 dbgs() << cast<ConstantInt>(UpperBound)->getSExtValue() << "\n";
206 UpperBound, Val, OrigBlock, Default);
259 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High);
260 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 521 int UpperBound, LowerBound;
523 UpperBound = Node2Index[X->NodeNum];
526 if (LowerBound < UpperBound) {
529 DFS(Y, UpperBound, HasLoop);
532 Shift(Visited, LowerBound, UpperBound);
546 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound,
561 if (Node2Index[s] == UpperBound) {
566 if (!Visited.test(s) && Node2Index[s] < UpperBound) {
576 int UpperBound) {
581 for (i = LowerBound; i <= UpperBound; ++i)
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 531 APInt UpperBound = CUB->getValue()->getValue();
532 DEBUG(dbgs() << "\t\tupper bound = " << UpperBound << "\n");
533 if (Xq.sgt(UpperBound) || Yq.sgt(UpperBound)) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 706 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
710 void Shift(BitVector& Visited, int LowerBound, int UpperBound);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 278 /// for (i = LowerBound; i < UpperBound; i++)
288 /// @param UpperBound The maximal value of the loop iterator
293 llvm::Value *UpperBound,
295 assert(LowerBound->getType() == UpperBound->getType());
305 // if (LowerBound < Upperbound)
311 Cond = Builder.CreateICmpULT(LowerBound, UpperBound);
316 // if (iv.next < Upperbound)
325 Cond = Builder.CreateICmpULT(IVNext, UpperBound);
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 252 if (label > open_parens_.UpperBound())
267 if (label > close_parens_.UpperBound())
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 305 DefinedOrUnknownSVal UpperBound,
308 if (Idx.isUnknown() || UpperBound.isUnknown())
311 // Build an expression for 0 <= Idx < UpperBound.
312 // This is the same as Idx + MIN < UpperBound + MIN, if overflow is allowed.
333 svalBuilder.evalBinOpNN(this, BO_Add, UpperBound.castAs<NonLoc>(),
  /external/openfst/src/include/fst/
util.h 441 Key UpperBound() const { return max_key_; }
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 283 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi);
284 return Builder->CreateICmpULT(Add, UpperBound);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 

Completed in 385 milliseconds