Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2910 SmallVector<Value, 4> lowerOperands(lbOperands); in createCanonicalizedAffineForOp() local
2913 fullyComposeAffineMapAndOperands(&lbMap, &lowerOperands); in createCanonicalizedAffineForOp()
2914 canonicalizeMapAndOperands(&lbMap, &lowerOperands); in createCanonicalizedAffineForOp()
2920 return b.create<AffineForOp>(loc, lowerOperands, lbMap, upperOperands, ubMap, in createCanonicalizedAffineForOp()