Home
last modified time | relevance | path

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

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