Home
last modified time | relevance | path

Searched defs:LowerBound (Results 1 – 12 of 12) 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/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp206 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in switchConvert()
427 ConstantInt *LowerBound = nullptr; in processSwitchInst() local
/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()