Home
last modified time | relevance | path

Searched defs:shiftTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2806 if (auto shiftTy = mlir::dyn_cast<fir::ShiftType>(shapeVal.getType())) { verify() local
2831 auto shiftTy = mlir::cast<fir::ShiftType>(ty); verify() local
3712 auto shiftTy = mlir::dyn_cast<fir::ShiftType>(getType()); verify() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp1638 auto shiftTy = fir::ShiftType::get(builder->getContext(), rank); genReturnSymbol() local
H A DConvertExpr.cpp3955 auto shiftTy = fir::ShiftType::get(eleTy.getContext(), lbs.size()); convertElementForUpdate() local