Home
last modified time | relevance | path

Searched defs:UpperBound (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
DScheduleDAG.cpp519 int UpperBound, LowerBound; in AddPred() local
544 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
574 int UpperBound) { in Shift()
618 int UpperBound, LowerBound; in IsReachable() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp207 ConstantInt *UpperBound, Value *Val, in switchConvert()
331 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
428 ConstantInt *UpperBound = nullptr; in processSwitchInst() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUFrameLowering.cpp87 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI; in getFrameIndexReference() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp531 APInt UpperBound = CUB->getAPInt(); in intersectConstraints() local
1100 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1282 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1689 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1799 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1884 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1894 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2690 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
DScalarEvolution.cpp5774 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp573 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp305 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/external/clang/utils/TableGen/
DNeonEmitter.cpp2110 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp320 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
/external/clang/lib/Sema/
DSemaLookup.cpp3813 unsigned UpperBound = (TypoStr.size() + 2) / 3 + 1; in addName() local