Home
last modified time | relevance | path

Searched defs:LowerBound (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/CodeGen/
DScheduleDAG.cpp519 int UpperBound, LowerBound; in AddPred() local
573 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound, in Shift()
618 int UpperBound, LowerBound; in IsReachable() local
/external/clang/include/clang/AST/
DExprOpenMP.h52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, in OMPArraySectionExpr()
/external/lldb/include/lldb/Core/
DThreadSafeSTLMap.h114 LowerBound (const _Key& key, in LowerBound() function
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp206 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in switchConvert()
427 ConstantInt *LowerBound = nullptr; in processSwitchInst() local
/external/openfst/src/include/fst/extensions/far/
Dsttable.h247 void LowerBound(size_t id, const string &find_key) { in LowerBound() function
/external/openfst/src/include/fst/
Dutil.h438 Key LowerBound() const { return min_key_; } in LowerBound() function
Dlabel-reachable.h507 ssize_t LowerBound(Iterator *aiter, ssize_t aiter_begin, in LowerBound() function
Dmatcher.h246 void LowerBound(Label match_label) { in LowerBound() function
Daccumulator.h518 size_t LowerBound(double w, Iterator *aiter) { in LowerBound() function
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp572 const ObjCObjectPointerType *LowerBound = DestObjectPtrType; in checkPostStmt() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1370 int64_t LowerBound = 0; in processFunctionBeforeFrameFinalized() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1280 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE() local
/external/clang/lib/CodeGen/
DCGExpr.cpp2849 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() local
2868 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp2110 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp339 Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2687 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds() local
/external/clang/lib/Sema/
DTreeTransform.h2012 Expr *LowerBound, in RebuildOMPArraySectionExpr()
8228 ExprResult LowerBound; in TransformOMPArraySectionExpr() local
DSemaExpr.cpp3989 Expr *LowerBound, in ActOnOMPArraySectionExpr()