Searched defs:UpperBound (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 519 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/ |
D | LowerSwitch.cpp | 207 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/ |
D | AMDGPUFrameLowering.cpp | 87 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI; in getFrameIndexReference() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 531 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
|
D | ScalarEvolution.cpp | 5774 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 573 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 305 DefinedOrUnknownSVal UpperBound, in assumeInBound()
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 2110 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 320 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3813 unsigned UpperBound = (TypoStr.size() + 2) / 3 + 1; in addName() local
|