Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticCanonicalization.td16 def AddIntAttrs : NativeCodeCall<"addIntegerAttrs($_builder, $0, $1, $2)">;
H A DArithmeticOps.cpp29 static IntegerAttr addIntegerAttrs(PatternRewriter &builder, Value res, in addIntegerAttrs() function