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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUFrameLowering.cpp 87 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI;
89 for (int i = MFI->getObjectIndexBegin(); i < UpperBound; ++i) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 83 ConstantInt *LowerBound, ConstantInt *UpperBound,
201 /// The function recursively builds this tree. LowerBound and UpperBound are
207 ConstantInt *UpperBound, Value *Val,
218 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
220 if (LowerBound && UpperBound)
222 UpperBound->getSExtValue() - LowerBound->getSExtValue();
269 if (UpperBound) {
270 dbgs() << UpperBound->getSExtValue() << "\n";
287 UpperBound, Val, NewNode, OrigBlock,
331 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 573 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType;
575 std::swap(LowerBound, UpperBound);
578 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound;
579 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound;
581 if (storeWhenMoreInformative(State, Sym, TrackedType, LowerBound, UpperBound,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 320 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi);
321 return Builder->CreateICmpULT(Add, UpperBound);
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 531 APInt UpperBound = CUB->getAPInt();
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 475 milliseconds