Home
last modified time | relevance | path

Searched defs:RangeSet (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h314 RangeSet(Factory &F, const llvm::APSInt &From, const llvm::APSInt &To) in RangeSet() function
318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() function
381 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() function
382 /* implicit */ RangeSet(UnderlyingType Ptr) : Impl(Ptr) {} in RangeSet() function
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DTileAllocation.cpp276 using RangeSet = llvm::IntervalMap<uint64_t, uint8_t, 16, global() typedef
/llvm-project/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp143 RangeSet RangeSet = F.getEmptySet(); in from() local
[all...]
/llvm-project/polly/lib/Support/
H A DISLTools.cpp536 isl::set RangeSet = Range.extract_set(Map.get_space().range()); in intersectRange() local