Searched refs:loopBound (Results 1 – 4 of 4) sorted by relevance
161 auto getLoopBoundFromFold = [&](Optional<OpFoldResult> loopBound, in visitNonControlFlowArguments()164 if (loopBound.has_value()) { in visitNonControlFlowArguments()165 if (loopBound->is<Attribute>()) { in visitNonControlFlowArguments()167 loopBound->get<Attribute>().dyn_cast_or_null<IntegerAttr>()) in visitNonControlFlowArguments()169 } else if (auto value = loopBound->dyn_cast<Value>()) { in visitNonControlFlowArguments()
13 ; At compile time we can prove for all of the above that |dist|>loopBound*step14 ; (where the step is 8bytes, and the loopBound is D-1), and thereby conclude
14 ; At compile time we can prove for all of the above that |dist|>loopBound*step15 ; (where the step is 8bytes, and the loopBound is D-1), and thereby conclude
1402 SmallVector<Value> loopBound = llvm::to_vector( in collapseGenericOpIterationDims() local1406 collapsingInfo, loopBound, rewriter); in collapseGenericOpIterationDims()