Lines Matching defs:lbs
3494 auto lbs = fir::factory::getOrigins(arrayOperands[0].shape);
3495 lbounds.append(lbs.begin(), lbs.end());
4006 auto lbs = *lbounds;
4007 if (lbs.size() > 0) {
4009 auto shiftTy = fir::ShiftType::get(eleTy.getContext(), lbs.size());
4010 mlir::Value shiftOp = builder.create<fir::ShiftOp>(loc, shiftTy, lbs);
4016 auto lbs = *lbounds;
4017 if (lbs.size() > 0) {
4020 auto shapeShiftArgs = flatZip(lbs, *ubounds);
4021 auto shapeTy = fir::ShapeShiftType::get(eleTy.getContext(), lbs.size());
7311 const llvm::SmallVector<mlir::Value> &lbs,
7313 lbounds = lbs;