Searched refs:shiftTy (Results 1 – 2 of 2) sorted by relevance
2233 if (auto shiftTy = shapeVal.getType().dyn_cast<fir::ShiftType>()) { in verify() local2234 if (shiftTy.getRank() != inputRank) in verify()2258 auto shiftTy = ty.cast<fir::ShiftType>(); in verify() local2259 shapeRank = shiftTy.getRank(); in verify()3065 auto shiftTy = getType().dyn_cast<fir::ShiftType>(); in verify() local3066 assert(shiftTy && "must be a shift type"); in verify()3067 if (shiftTy.getRank() != size) in verify()
4234 auto shiftTy = fir::ShiftType::get(eleTy.getContext(), lbs.size()); in convertElementForUpdate() local4235 mlir::Value shiftOp = builder.create<fir::ShiftOp>(loc, shiftTy, lbs); in convertElementForUpdate()