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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 77 ConstantInt *LowerBound, ConstantInt *UpperBound,
195 /// The function recursively builds this tree. LowerBound and UpperBound are
200 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound,
212 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
214 if (LowerBound && UpperBound)
216 UpperBound->getSExtValue() - LowerBound->getSExtValue();
255 if (LowerBound) {
256 dbgs() << LowerBound->getSExtValue();
277 BasicBlock *LBranch = switchConvert(LHS.begin(), LHS.end(), LowerBound,
421 ConstantInt *LowerBound = nullptr
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 597 const ObjCObjectPointerType *LowerBound = DestObjectPtrType;
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/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.cpp 862 int64_t LowerBound = 0;
867 LowerBound = TCSPDelta;
876 FFI->setObjectOffset(FI, LowerBound + FFI->getObjectOffset(FI));
879 LowerBound -= (31 - getPPCRegisterNumbering(MinFPR) + 1) * 8;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 315 int64_t LowerBound;
318 int64_t LowerBound)
320 Count(Count), LowerBound(LowerBound) {}
324 int64_t LowerBound, StorageType Storage,
332 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
333 (Count, LowerBound))
337 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 290 int64_t LowerBound;
292 MDNodeKeyImpl(int64_t Count, int64_t LowerBound)
293 : Count(Count), LowerBound(LowerBound) {}
295 : Count(N->getCount()), LowerBound(N->getLowerBound()) {}
298 return Count == RHS->getCount() && LowerBound == RHS->getLowerBound();
300 unsigned getHashValue() const { return hash_combine(Count, LowerBound); }
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 329 Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi);
330 return Builder->CreateICmpUGT(Add, LowerBound);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 377 Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi);
378 return Builder->CreateICmpUGT(Add, LowerBound);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 334 int64_t LowerBound;
337 int64_t LowerBound)
339 Count(Count), LowerBound(LowerBound) {}
343 int64_t LowerBound, StorageType Storage,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
352 (Count, LowerBound))
356 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 334 int64_t LowerBound;
337 int64_t LowerBound)
339 Count(Count), LowerBound(LowerBound) {}
343 int64_t LowerBound, StorageType Storage,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
352 (Count, LowerBound))
356 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 334 int64_t LowerBound;
337 int64_t LowerBound)
339 Count(Count), LowerBound(LowerBound) {}
343 int64_t LowerBound, StorageType Storage,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
352 (Count, LowerBound))
356 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 334 int64_t LowerBound;
337 int64_t LowerBound)
339 Count(Count), LowerBound(LowerBound) {}
343 int64_t LowerBound, StorageType Storage,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
352 (Count, LowerBound))
356 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 334 int64_t LowerBound;
337 int64_t LowerBound)
339 Count(Count), LowerBound(LowerBound) {}
343 int64_t LowerBound, StorageType Storage,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
352 (Count, LowerBound))
356 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 334 int64_t LowerBound;
337 int64_t LowerBound)
339 Count(Count), LowerBound(LowerBound) {}
343 int64_t LowerBound, StorageType Storage,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
352 (Count, LowerBound))
356 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 334 int64_t LowerBound;
337 int64_t LowerBound)
339 Count(Count), LowerBound(LowerBound) {}
343 int64_t LowerBound, StorageType Storage,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
352 (Count, LowerBound))
356 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 334 int64_t LowerBound;
337 int64_t LowerBound)
339 Count(Count), LowerBound(LowerBound) {}
343 int64_t LowerBound, StorageType Storage,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
352 (Count, LowerBound))
356 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h     [all...]

Completed in 1266 milliseconds