HomeSort by relevance Sort by last modified time
    Searched defs:UpperBound (Results 1 - 10 of 10) 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/openfst/src/include/fst/
util.h 441 Key UpperBound() const { return max_key_; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 283 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi);
284 return Builder->CreateICmpULT(Add, UpperBound);
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [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...]
  /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 439 milliseconds