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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUFrameLowering.cpp 89 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI;
91 for (int i = MFI->getObjectIndexBegin(); i < UpperBound; ++i) {
  /external/llvm/unittests/ADT/
SparseSetTest.cpp 189 const unsigned UpperBound = 300;
190 Set.setUniverse(UpperBound);
191 for (unsigned i = 0; i < UpperBound; ++i)
196 unsigned Expected = UpperBound;
203 for (unsigned i = 0; i < UpperBound; ++i)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 206 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High);
207 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 77 ConstantInt *LowerBound, ConstantInt *UpperBound,
195 /// The function recursively builds this tree. LowerBound and UpperBound are
201 ConstantInt *UpperBound, Value *Val,
212 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
214 if (LowerBound && UpperBound)
216 UpperBound->getSExtValue() - LowerBound->getSExtValue();
263 if (UpperBound) {
264 dbgs() << UpperBound->getSExtValue() << "\n";
281 UpperBound, Val, NewNode, OrigBlock,
325 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 bool UpperBound;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 bool UpperBound;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 bool UpperBound;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 bool UpperBound;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 bool UpperBound;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 bool UpperBound;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 bool UpperBound;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 bool UpperBound;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 598 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType;
600 std::swap(LowerBound, UpperBound);
603 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound;
604 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound;
606 if (storeWhenMoreInformative(State, Sym, TrackedType, LowerBound, UpperBound,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 310 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi);
311 return Builder->CreateICmpULT(Add, UpperBound);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 358 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi);
359 return Builder->CreateICmpULT(Add, UpperBound);
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 526 const APInt &UpperBound = CUB->getAPInt();
527 DEBUG(dbgs() << "\t\tupper bound = " << UpperBound << "\n");
528 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/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 831 milliseconds