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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 83 ConstantInt *LowerBound, ConstantInt *UpperBound,
201 /// The function recursively builds this tree. LowerBound and UpperBound are
206 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound,
218 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
220 if (LowerBound && UpperBound)
222 UpperBound->getSExtValue() - LowerBound->getSExtValue();
261 if (LowerBound) {
262 dbgs() << LowerBound->getSExtValue();
283 BasicBlock *LBranch = switchConvert(LHS.begin(), LHS.end(), LowerBound,
427 ConstantInt *LowerBound = nullptr
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 572 const ObjCObjectPointerType *LowerBound = DestObjectPtrType;
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/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 278 int64_t LowerBound;
280 MDNodeKeyImpl(int64_t Count, int64_t LowerBound)
281 : Count(Count), LowerBound(LowerBound) {}
283 : Count(N->getCount()), LowerBound(N->getLowerBound()) {}
286 return Count == RHS->getCount() && LowerBound == RHS->getLowerBound();
288 unsigned getHashValue() const { return hash_combine(Count, LowerBound); }
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 323 int64_t LowerBound;
326 int64_t LowerBound)
328 Count(Count), LowerBound(LowerBound) {}
332 int64_t LowerBound, StorageType Storage,
340 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
341 (Count, LowerBound))
345 int64_t getLowerBound() const { return LowerBound; }
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 339 Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi);
340 return Builder->CreateICmpUGT(Add, 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 776 milliseconds