Lines Matching defs:boundOp
2846 if (auto boundOp = mlir::dyn_cast_if_present<mlir::omp::MapBoundsOp>(
2856 moduleTranslation.lookupValue(boundOp.getUpperBound()),
2857 moduleTranslation.lookupValue(boundOp.getLowerBound())),
3067 if (auto boundOp = dyn_cast_if_present<omp::MapBoundsOp>(
3069 idx.push_back(moduleTranslation.lookupValue(boundOp.getLowerBound()));
3093 if (auto boundOp = dyn_cast_if_present<omp::MapBoundsOp>(
3096 moduleTranslation.lookupValue(boundOp.getExtent()),
3106 if (auto boundOp = dyn_cast_if_present<omp::MapBoundsOp>(
3110 moduleTranslation.lookupValue(boundOp.getLowerBound()),
3115 boundOp.getLowerBound()),