Go to the source code of this file.
|
void | mlir::LLVM::detail::setNativeProperties (Operation *op, IntegerOverflowFlags overflowFlags) |
| Handle generically setting flags as native properties on LLVM operations. More...
|
|
LogicalResult | mlir::LLVM::detail::oneToOneRewrite (Operation *op, StringRef targetOp, ValueRange operands, ArrayRef< NamedAttribute > targetAttrs, const LLVMTypeConverter &typeConverter, ConversionPatternRewriter &rewriter, IntegerOverflowFlags overflowFlags=IntegerOverflowFlags::none) |
| Replaces the given operation "op" with a new operation of type "targetOp" and given operands. More...
|
|
SmallVector< Value > | mlir::LLVM::decomposeValue (OpBuilder &builder, Location loc, Value src, Type dstType) |
| Decomposes a src value into a set of values of type dstType through series of bitcasts and vector ops. More...
|
|
Value | mlir::LLVM::composeValue (OpBuilder &builder, Location loc, ValueRange src, Type dstType) |
| Composes a set of src values into a single value of type dstType through series of bitcasts and vector ops. More...
|
|