Home
last modified time | relevance | path

Searched defs:getUpperBoundOperands (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp78 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2073 AffineForOp::operand_range AffineForOp::getUpperBoundOperands() { in getUpperBoundOperands() function in AffineForOp