Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2631 SmallVector<Value, 4> upperOperands(ubOperands); in createCanonicalizedAffineForOp() local
2636 fullyComposeAffineMapAndOperands(&ubMap, &upperOperands); in createCanonicalizedAffineForOp()
2637 canonicalizeMapAndOperands(&ubMap, &upperOperands); in createCanonicalizedAffineForOp()
2640 return b.create<AffineForOp>(loc, lowerOperands, lbMap, upperOperands, ubMap, in createCanonicalizedAffineForOp()