Searched refs:shiftBox (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Transformational.cpp | 25 mlir::Value shiftBox, mlir::Value dimBox) { in genCshift() argument 33 shiftBox, dimBox, sourceFile, sourceLine); in genCshift() 40 mlir::Value arrayBox, mlir::Value shiftBox) { in genCshiftVector() argument 49 builder, loc, fTy, resultBox, arrayBox, shiftBox, sourceFile, sourceLine); in genCshiftVector() 56 mlir::Value shiftBox, mlir::Value boundBox, in genEoshift() argument 65 arrayBox, shiftBox, boundBox, in genEoshift() 73 mlir::Value arrayBox, mlir::Value shiftBox, in genEoshiftVector() argument 85 shiftBox, boundBox, sourceFile, sourceLine); in genEoshiftVector()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/ |
| H A D | Transformational.h | 24 mlir::Value shiftBox, mlir::Value dimBox); 28 mlir::Value shiftBox); 32 mlir::Value shiftBox, mlir::Value boundBox, mlir::Value dimBox); 36 mlir::Value shiftBox, mlir::Value boundBox);
|