Home
last modified time | relevance | path

Searched refs:shiftType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp511 auto shiftType = in associateMutableBox() local
513 shift = builder.create<fir::ShiftOp>(loc, shiftType, newLbounds); in associateMutableBox()
H A DFIRBuilder.cpp392 auto shiftType = in createShape() local
394 return create<fir::ShiftOp>(loc, shiftType, box.getLBounds()); in createShape()
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1229 auto shiftType = in matchAndRewrite() local
1233 loc, DenseIntElementsAttr::get(shiftType, shiftValues))); in matchAndRewrite()