Home
last modified time | relevance | path

Searched refs:lower_bound_si (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp715 LengthMap = LengthMap.lower_bound_si(isl::dim::out, 0, 0); in buildMemIntrinsicAccessRelation()
793 MapOne = MapOne.lower_bound_si(isl::dim::in, i + 1, 0); in foldAccessRelation()
1600 Context = Context.lower_bound_si(isl::dim::param, dim, 0); in boundFortranArrayParams()
DScopBuilder.cpp233 S = S.lower_bound_si(isl::dim::set, u, 0); in partitionSetParts()
787 UnionBackedgeConditionComplement.lower_bound_si(isl::dim::set, LoopDepth, in addLoopBoundsToHeaderDomain()
2378 DimOnly = DimOnly.lower_bound_si(isl::dim::set, 0, 0); in foldSizeConstantsToRight()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h696 inline basic_map lower_bound_si(isl::dim type, unsigned int pos, int value) const;
1355 inline map lower_bound_si(isl::dim type, unsigned int pos, int value) const;
2735 inline set lower_bound_si(isl::dim type, unsigned int pos, int value) const;
5859 basic_map basic_map::lower_bound_si(isl::dim type, unsigned int pos, int value) const in lower_bound_si() function
8702 map map::lower_bound_si(isl::dim type, unsigned int pos, int value) const in lower_bound_si() function
15047 set set::lower_bound_si(isl::dim type, unsigned int pos, int value) const in lower_bound_si() function
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2869 Extent = Extent.lower_bound_si(isl::dim::set, i, 0); in getExtent()