Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2233 if (auto shiftTy = shapeVal.getType().dyn_cast<fir::ShiftType>()) { in verify() local
2234 if (shiftTy.getRank() != inputRank) in verify()
2258 auto shiftTy = ty.cast<fir::ShiftType>(); in verify() local
2259 shapeRank = shiftTy.getRank(); in verify()
3065 auto shiftTy = getType().dyn_cast<fir::ShiftType>(); in verify() local
3066 assert(shiftTy && "must be a shift type"); in verify()
3067 if (shiftTy.getRank() != size) in verify()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4234 auto shiftTy = fir::ShiftType::get(eleTy.getContext(), lbs.size()); in convertElementForUpdate() local
4235 mlir::Value shiftOp = builder.create<fir::ShiftOp>(loc, shiftTy, lbs); in convertElementForUpdate()